@if (isset($feedback))
@if (isset($error)) {{ $error }} @else Ihr Eintrag wurde erfolgreich gespeichert / aktualisiert. @endif
@endif @if (isset($entry))
{{ ucfirst($entry->gender) }}
{{ $entry->title }}
{{ $entry->first_name }}
{{ $entry->last_name }}
{{ $entry->designation }}@if($entry->designation && $entry->company),@endif
{{ $entry->company }}
Teilnahme: @if (!$exclusive_event->locked())
Warning: Undefined variable $entry in C:\Apache24_x64\htdocs\ex-vak-new\resources\views\partials\generic_entry.blade.php on line 51

Warning: Attempt to read property "attending" on null in C:\Apache24_x64\htdocs\ex-vak-new\resources\views\partials\generic_entry.blade.php on line 51

Warning: Undefined variable $is_invitation in C:\Apache24_x64\htdocs\ex-vak-new\resources\views\partials\generic_entry.blade.php on line 53
{{-- {!! Form::hidden('attending', $entry->attending, ['class' => 'attending']) !!} --}} @else @if ($entry->attending === 1) @if ($is_invitation && $entry->toc === 0)
@else
@endif @else
@endif @endif
@if (!$exclusive_event->locked()) @if ($is_invitation)
@else
@endif @endif
@endif