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

Getränke-Liste {{$event}}

@foreach($chunk as $index => $row) @endforeach
Name, Alter Stamm Softdrinks 1 Softdrinks 2 Softdrinks 3 Softdrinks 4 alk. Getränk 1 alk. Getränk 2
{{ $row['lastname']}},
{{ $row['firstname'] }}
{{$row['age'] ?? ''}} Jahre
{{ $row['localgroup'] ?? '' }} {{ $row['alcoholicsAllowed'] ? '' : 'keine Abgabe' }} {{ $row['alcoholicsAllowed'] ? '' : 'keine Abgabe' }}
@if(! $loop->last) @endif @endforeach