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

Beitrags-Liste {{$event}}

@foreach($chunk as $index => $row) @endforeach
Name, Alter Stamm Teilnahmegruppe Anreise
Abreise
Beitrag Anmerkungen
{{ $row['lastname']}},
{{ $row['firstname'] }}
{{$row['age'] ?? ''}} Jahre
{{ $row['localgroup'] ?? '' }} {{ $row['participationType'] ?? '' }} {{ $row['arrival'] ?? '' }}
{{$row['departure']}}
{{$row['presenceDays']['real']}} Tage
{{ $row['amountPaid']['readable'] ?? '' }} / {{ $row['amountExpected']['readable'] ?? '' }} {{ $row['notes'] ?? '' }}
@if(! $loop->last) @endif @endforeach