@foreach($talleys as $talley) @endforeach
Service type Description UoM Qty Pckg Weight Total Weight Performed by Labour Assoc Created Date
{!! $talley->workorder->servicetype->name !!} {!! $talley->description !!} {!! $talley->measurments->name !!} {!! $talley->quantity !!} {!! $talley->package_weight !!} {!! $talley->weight !!} {!! $talley->performedby->name !!} {!! $talley->labourassociation->name !!} {!!date('Y-m-d', strtotime($talley->created_at)) !!}
@section('footer_scripts') @stop