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