<
Entete

DATE : 27/07/2026

@foreach($auto_affected as $key=>$auto) @endforeach
No DRIVERS NAMES PLATE NUMBER DRIVING LICENCE PASSPORT NO TELEPHONE TONNAGE CARRIER
{{++$key}} {{ $auto -> name }} @if($auto->type_veh_id==1 OR $auto->type_veh_id==2) {{ $auto -> veh1 }}-{{ $auto -> veh2 }} @else {{ $auto -> veh1 }} @endif {{ $auto -> num_permis }} {{ $auto -> cni_passport }} {{ $auto -> telephone }} {{ $auto -> tonage_international }} @foreach($auto_affected_prop as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach