@include('site.customer.sidebar')
{{ $orders->links('pagination::bootstrap-5') }}
Passport/Nicop Orders
| Order | Date | Category | Plan | Country | Status | Total | Actions |
|---|---|---|---|---|---|---|---|
| ET{{ $row->id }} | {{ date('d-m-Y H:i:s A', strtotime($row->dated)) }} | {{ isset($category->name) ? $category->name : '' }} | {{ $plan->title }} | {{ str_replace('_', '', optional($country)->name )}} | @if ($row->status == 'pending') Pending @else Approved @endif | {{ str_replace('_', '', $row->currency )}} {{ $row->total }} | View |