@if ($event)
@endif
Teilnehmerverwaltung:
{{ $event->title . ' / ' . $event->date . ' / ' . $event->time }} Uhr
Aktuelle Teilnehmeranzahl:
{{ $event->confirmed_attendees }} / {{ $event->max_attendees }}
Übersicht Begleitpersonen für {{ $invitation->first_name . ' ' . $invitation->last_name }}:
Anrede | Titel | Vorname | Nachname | Status | |
---|---|---|---|---|---|
{{ ucfirst($plus_guest->gender) }} | {{ $plus_guest->title }} | {{ $plus_guest->first_name }} | {{ $plus_guest->last_name }} | @if ($plus_guest->attending === 0) unbestätigt @else bestätigt @endif |
edit
delete
|
Weitere Begleitperson hinzufügen:
@if ($event->confirmed_attendees !== $event->max_attendees)
add
@endif
Speichern
@if ($invitation->email_sent === 0)
@endif