@foreach ($reservations->chunk(100) as $chunk) @foreach ($chunk as $reservation) @endforeach @endforeach
# {!! trans('dashboard.branch.branch') !!} {!! trans('dashboard.client.client') !!} {!! trans('dashboard.driver.driver') !!} {!! trans('dashboard.general.phone') !!} {!! trans('dashboard.coffe_table.table_number') !!} {!! trans('dashboard.general.added_date') !!}
{{ $reservation->id }} {{ @$reservation->branch->name }} {{ $reservation->client->fullname }} {{ @$reservation->driver->fullname }} {{ $reservation->phones_separate }} {{ $reservation->coffeTable->table_number }} {{ $reservation->created_at->format("Y-m-d") }}