@foreach($talleys as $talley) @endforeach
Service type Description UoM Qty Pckg Weight Total Weight Performed by Labour Assoc RecievedDate
CreatedDate
Action
{!! $talley->workorder->servicetype->name !!} @if($talley->location) Container {{ $talley->location }} @endif @if($talley->workorder->cargodetail->container_number) {!! $talley->workorder->cargodetail->container_number !!} [ {!! $talley->workorder->cargodetail->container_size !!}] @else {!! $talley->workorder->cargodetail->cargotype->name !!} @endif {!! $talley->measurments->name !!} {!! $talley->quantity !!} {!! $talley->package_weight !!} {!! $talley->weight !!} @if($talley->performed_by) {!! $talley->performedby->name !!} @endif @if($talley->labour_association) {!! $talley->labourassociation->name !!} @endif {!!date('Y-m-d', strtotime($talley->received_date)) !!}
{!!date('Y-m-d', strtotime($talley->created_at)) !!}
@if($talley->workorder->status != 'Confirmed') @endif
@section('footer_scripts') @stop