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