| {{ $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
|
@endforeach