{{-- Search filter --}}
| {{ __('SN') }} | {{ __('User') }} | {{ __('Order Id') }} | {{ __('Paid Amount') }} | {{ __('Status') }} | {{ __('Payment') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
| {{ ++$index }} | {{ $order?->user?->name }} | #{{ $order->order_id }} | {{ specific_currency_with_icon($order->payable_currency, $order->paid_amount) }} |
{{ \App\Enums\OrderStatus::getLabel($order->order_status) }}
|
{{ \App\Enums\OrderStatus::getLabel($order->payment_status) }}
|
@if ($order->payment_status != 'success') @endif |