@foreach($talleys as $talley) @endforeach
Service type Description UoM Qty Pckg Weight Total Weight Performed by Labour Assoc Received Date Action
{!! $talley->workorder->servicetype->name !!} {!! $talley->description !!} {!! $talley->measurments->name !!} {!! $talley->quantity !!} {!! $talley->package_weight !!} {!! $talley->weight !!} {!! $talley->performedby->name !!} {!! $talley->labourassociation->name !!} {!! $talley->received_date !!}
@section('footer_scripts') @stop