@include('site.customer.sidebar')
{{ $orders->links('pagination::bootstrap-5') }}
Education Orders
| ID | Date | Country | Institution | Ref# | Due date | Status | Total | View |
|---|---|---|---|---|---|---|---|---|
| ET{{ $order->id }} | {{ date('d-m-Y H:i:s A', strtotime($order->dated)) }} | {{ str_replace('_', '', optional($country)->name )}} | {{ $education->name }} | {{ $order->reference }} | {{ $order->due_date }} | @if ($order->status == 'pending') Pending @else Approved @endif | {{ str_replace('_', '', $order->currency )}} {{ $order->total }} | View |