@if(count($result['order_instructions'])>0)
@foreach ($result['order_instructions'] as $key)
{{ $key->id }} |
{{ $key->get_mask_type->name }} |
R{{ $key->get_production_order->order_no }} |
{{ date('d-m-Y H:i:s', strtotime($key->instruction_date)) }} |
@if(in_array("View", $OrderInstruction))
@endif
@if(in_array("Edit", $OrderInstruction))
@endif
@if(in_array("Delete", $OrderInstruction))
@endif
|
@endforeach
|
@else
No record found |
@endif