
| 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 |