@php $rows = $rows ?? []; $chunks = array_chunk($rows, 8); @endphp @foreach($chunks as $chunk)

Erste-Hilfe-Liste {{$event}}

@foreach($chunk as $index => $row) @endforeach
Name, Alter Stamm Bade-Erlaubnis Allergien /
Unvertr.
Medikamente Notfallkontakt Erw. Erste Hilfe/
Tetanus-Vac.
Anmerkungen
{{ $row['lastname']}},
{{ $row['firstname'] }}
{{$row['age'] ?? ''}} Jahre
{{ $row['localgroup'] ?? '' }} {{ $row['swimmingPermission'] ?? '' }} {{ $row['allergies'] ?? '' }}
{{$row['intolerances']}}
{{ $row['medications'] ?? '' }} {{ $row['contact_person'] ?? 'P: ' . $row['firstname'] . ' ' . $row['lastname']}}
{{ $row['phone_2'] ?? '---' }}
{{ $row['phone_1'] ?? '---' }}
{{ $row['extendedFirstAid'] ?? '' }}
T: {{$row['tetanusVaccination'] ?? 'Unbekannt'}}
{{ $row['notes'] ?? '' }}
@if(! $loop->last) @endif @endforeach