@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 Anreise
Abreise
Fotos
Printmedien
Fotos
Webseite
Fotos
Social Media
Fotos
Partnermailings
Fotos
Interne Zwecke
{{ $row['lastname']}},
{{ $row['firstname'] }}
{{$row['age'] ?? ''}} Jahre
{{ $row['localgroup'] ?? '' }} {{ $row['arrival'] ?? '' }}
{{$row['departure']}}
{{$row['presenceDays']['real']}} Tage
{{ $row['foto_print'] ? 'Ja' : 'Nein' }} {{ $row['foto_webseite'] ? 'Ja' : 'Nein' }} {{ $row['foto_socialmedia'] ? 'Ja' : 'Nein' }} {{ $row['foto_partner'] ? 'Ja' : 'Nein' }} {{ $row['foto_intern'] ? 'Ja' : 'Nein' }}
@if(! $loop->last) @endif @endforeach