@if($totruckout->totrucks->workorder->cargodetail->container_number)
{!! $totruckout->totrucks->workorder->cargodetail->container_number !!} - {!! $totruckout->totrucks->workorder->cargodetail->container_size !!}
@else
{!! $totruckout->totrucks->workorder->cargodetail->cargotype->name !!}
@endif
|
{{-- {!! $totruckout->totrucks->quantity !!} | --}}
{!! $totruckout->quantity !!} |
{!! $totruckout->totrucks->package_weight !!} |
{!! $totruckout->performedby->name !!} |
{!! $totruckout->labourassociation->remark !!} |
{!! $totruckout->gatepassin->drivers->full_name !!} |
{!! $totruckout->gatepassin->trucks->plate_number !!} / {!! $totruckout->gatepassin->trucks->trailer_plate_number !!}
|
{{ \Carbon\Carbon::parse($totruckout->delivered_date)->format('Y-m-d')}}
|
{!! $totruckout->totruckofficer->full_name !!} |
@endforeach