No pending approval requests.
@else| No. | Order Code | Requester | Request Date | Status | Action |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $order->order_code }} | {{ $order->order_customer_name }} | {{ \Carbon\Carbon::parse($order->order_request_date)->format('d/m/Y') }} | @if ($order->order_status_for_authorize == 'pending') Awaiting Authorize @else Awaiting Supervisor @endif | View |
No premium requests found.
@else| No. | Order Code | Product | Quantity | Requester | Request Date | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->order_code }} | {{ $item->product_name }} | {{ $item->quantity }} | {{ $item->order_customer_name }} | {{ \Carbon\Carbon::parse($item->order_request_date)->format('d/m/Y') }} |