@php use App\Enumerations\EfzStatus; @endphp

Teilnahmebericht

Für die Veranstaltung "{{$eventTitle}}" sind von eurem Stamm aktuell folgende Personen angemeldet:

@foreach($participantGroups as $groupName => $participants)

{{$groupName}}

@foreach($participants as $participant) @endforeach
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'}}
@endforeach


@include('emails.subparts.disclaimer_localgroups')