There are no requests waiting for authorization.
| No. | Order Code | Customer Name | Total | Request Date | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{-- ๐ LINK เนเธ summary --}}{{ $order->order_code }} | {{ $order->order_customer_name }} | {{ number_format($order->order_total_price, 2) }} | {{ $order->order_request_date ? \Carbon\Carbon::parse($order->order_request_date)->format('d M Y') : '-' }} | Waiting Authorize |
{{-- ๐ View --}}
๐
{{-- โ
Approve --}}
{{-- โ Reject --}}
|