@php use App\Enumerations\EfzStatus; @endphp
Für die Veranstaltung "{{$eventTitle}}" sind von eurem Stamm aktuell folgende Personen angemeldet:
@foreach($participantGroups as $groupName => $participants)| Name | Zahlung noch offen | eFZ-Bestätigung ausstehend |
|---|---|---|
| {!! $participant['fullname'] !!} Alter: {{$participant['age']}} Jahre |
{{$participant['needs_payment'] ? 'Ja' : 'Nein'}} | {{in_array($participant['efz_status'], [ EfzStatus::EFZ_STATUS_CHECKED_VALID, EfzStatus::EFZ_STATUS_NOT_REQUIRED ]) ? 'Nein' : 'Ja'}} |