SOGEAC — Fiche d’attribution des comptoirs d’enregistrement
{{-- Bloc 1 : 00h00 → 11h45 --}}
{{ \Carbon\Carbon::parse($repartition->date)->format('d/m/Y') }} — 00h00 → 12h00
@foreach ($plages->slice(0, 48) as $plage) @endforeach @foreach ($comptoirs as $c) @foreach ($plages->slice(0, 48) as $p) @php $att = $repartition->attributions ->where('comptoir_id', $c->id) ->where('plage_id', $p->id) ->first(); @endphp @endforeach @endforeach
Comptoir{{ \Carbon\Carbon::parse($plage->debut)->format('H:i') }}
{{ $c->nom ?? ('Comptoir '.$c->numero) }} {{ $att?->compagnie?->code ?? '' }}
{{-- Bloc 2 : 12h15 → 00h00 --}}
{{ \Carbon\Carbon::parse($repartition->date)->format('d/m/Y') }} — 12h15 → 00h00
@foreach ($plages->slice(48) as $plage) @endforeach @foreach ($comptoirs as $c) @foreach ($plages->slice(48) as $p) @php $att = $repartition->attributions ->where('comptoir_id', $c->id) ->where('plage_id', $p->id) ->first(); @endphp @endforeach @endforeach
Comptoir{{ \Carbon\Carbon::parse($plage->debut)->format('H:i') }}
{{ $c->nom ?? ('Comptoir '.$c->numero) }} {{ $att?->compagnie?->code ?? '' }}