There are no requests waiting for authorization.
| No. | REQ Code | ชื่อ-นามสกุล (Name-Surename) | 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 --}}
|