S/N | TRUCK | TRAILER | DRIVER | CARGO TYPE | @if($client->cargo_type == 'DRY_CARGO')CARGO DETAILS | @elseCARGO VOLUME | @endifLOADING DATE | LOCATION | {{--DAYS | --}}DESTINATION |
---|---|---|---|---|---|---|---|---|---|---|
{{++$index}} |
|
|
|
{{ str_replace("_"," ",$location->cargo_type) }} | @if($client->cargo_type == 'DRY_CARGO'){!! $location->cargo !!} | @else{!! number_format($location->cargo_quantity) !!} | @endif{{ date('d/m/Y',strtotime($location->loading_date)) }} | {{ strtoupper($location->location) }} | {{$location->destination}} | |
No records found! |