{{ $gift->id }} {{ $gift->name }} {{ $gift->price }} € @if ($canEdit) @if ($gift->active) @else @endif @endif {{ $gift->active ? 'Ja' : 'Nein' }} @if ($canEdit) @endif @if ($canDelete) @endif