@foreach($talleys as $talley) @endforeach
Work Order Description Uom Quantity Weight Detailed Count Performed By Labour Association Location Detail Association Officer Remark Action
{!! $talley->work_order !!} {!! $talley->description !!} {!! $talley->uom !!} {!! $talley->quantity !!} {!! $talley->weight !!} {!! $talley->detailed_count !!} {!! $talley->performed_by !!} {!! $talley->labour_association !!} {!! $talley->location !!} {!! $talley->detail_association !!} {!! $talley->officer !!} {!! $talley->remark !!}
@section('footer_scripts') @stop