From 2e8daf78e179b673920400a3df0e85fa7b629df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
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'}} | +
+