LOADING DETAILS |
Loading Date: {{\Carbon\Carbon::parse($view_trip_performance->loading_order_date)->toFormattedDateString()}} |
Port .: @if(count($view_trip_performance->loading_point)){{$view_trip_performance->loading_point}}
, @endif {{$view_trip_performance->loading_city}} |
|
T1
Date: {{\Carbon\Carbon::parse($view_trip_performance->t1_date)->toFormattedDateString()}} |
Vehicles: {{$view_trip_performance->truck}} / {{$view_trip_performance->trailer}} |
|
Driver : {{$view_trip_performance->driver}} |
License /Passport : {{$driver->licence_number}}/@if($driver->passport_number) {{$driver->passport_number}} @endif |
|
Cargo Type: {{str_replace('_',' ',$view_trip_performance->cargo_type)}}; |
|
Quantity: {{$view_trip_performance->loading_quantity}} @if($view_trip_performance->unit_of_measurements){{$view_trip_performance->unit_of_measurements}} @endif |
Tonnage: {{$view_trip_performance->loading_tonnage}} |
|
Cargo Desc: {{$view_trip_performance->descriptions}} |