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