@foreach ($work_orders as $key => $wo) @endforeach
{{__('obs.sl')}} {{__('obs.order_no')}} {{__('obs.date')}} {{__('obs.cost_center')}} {{__('obs.customer')}} {{__('obs.quotation_no')}} {{__('obs.action')}}
{{ $loop->iteration }} {{ $wo->order_no }} {{ date('d-m-Y', strtotime($wo->created_at)) }} {{ $wo->costCenter->name ?? '' }} {{ $wo->party->name_eng ?? '' }} {{ $wo->quotation->quotation_no ?? '' }} @if(checkAuthPermission('inventory.pre_sells.work_order.print')) @endif @if(checkAuthPermission('inventory.pre_sells.work_order.edit')) @endif @if ($action_id) {!! getApprovalInputField($wo->id, $action_id) !!} @endif