{{-- HEADER --}}

Modifier le départ

Référence : {{ $reference }}
{{ strtoupper(str_replace('_',' ', $status)) }}
{{-- INFOS DEPART --}}
{{-- TABLE ITEMS --}}
Camions du départ
@foreach($items as $index => $item) {{-- CAMION SEARCH --}} {{-- CHAUFFEUR --}} {{-- DESTINATION --}} {{-- FRAIS --}} {{-- CARBURANT --}} {{-- OBS --}} {{-- ACTION --}} @endforeach
Camion Chauffeur Destination Frais Carburant Observations
@if(!empty($camionResults[$index]))
@foreach($camionResults[$index] as $camion) @endforeach
@endif
{{-- NOTE --}}
{{-- FOOTER --}}
Annuler