{{ __('Show') }}
{{ __('entries') }}
{{ __('Transaction ID') }} |
{{ __('Amount') }} |
{{ __('Payment Gateway') }} |
{{ __('Status') }} |
{{ __('Actions') }} |
|---|---|---|---|---|
|
{{ $order->order_id }} |
{{ currency($order->total) }} |
@if ($order->payment_status == 1) {{ __('Paid') }} @else {{ __('Unpaid') }} @endif |
@if ($order->order_status == 0)
{{ __('Pending') }} {{ __('Completed') }} {{ __('Rejected') }} {{ __('Processing') }} {{ __('Shipped') }} |