@include('admin.partials.page-header', [
'icon' => 'bi bi-cart-check',
'title' => 'All Orders',
'subtitle' => 'Relograde Products',
'show_import' => true,
'import_id' => 'btnImportProducts',
'show_export' => true,
'export_id' => 'btnExportProducts',
'show_refresh' => true,
])
@include('admin.partials.advanced-filter', [
'filters' => [
[
'col' => 'col-md-3',
'text_id' => 'order-status-text',
'menu_id' => 'orderStatusFilter',
'placeholder' => 'Order Status',
'search' => true,
'options' => [
['label' => 'Pending', 'value' => 'pending'],
['label' => 'Finished', 'value' => 'finished'],
['label' => 'Cancelled', 'value' => 'cancelled'],
],
],
[
'col' => 'col-md-3',
'text_id' => 'payment-status-text',
'menu_id' => 'paymentStatusFilter',
'placeholder' => 'Payment Status',
'search' => true,
'options' => [
['label' => 'Paid', 'value' => 'paid'],
['label' => 'Unpaid', 'value' => 'unpaid'],
],
],
],
])
| # |
TRX |
Reference |
Order Status |
Payment Status |
Total |
Currency |
State |
Provider Date |
Created At |
Action |
@endsection
@push('scripts')
@endpush