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