{{ __('frontend::frontend.label.sort_by') }} :

@php $options = [['value' => '1', 'text' => __('frontend::frontend.member_order.opt.lastest')], ['value' => '2', 'text' => __('frontend::frontend.member_order.opt.low_to_high')], ['value' => '3', 'text' => __('frontend::frontend.member_order.opt.high_to_low')]]; @endphp
{{ __('frontend::frontend.label.loading') }}
@if (!empty($data['list']) && count($data['list'])) @foreach ($data['list'] as $item)

{{ __('frontend::frontend.member_order.order_no') }}

{{ $item['order_no'] }}

{{ __('frontend::frontend.member_order.order_date') }}

{{ $item['order_date'] }}

{{ __('frontend::frontend.member_order.status') }}

{{ $item['order_status']['label'] }}

{{ __('frontend::frontend.member_order.total') }}

{{ $item['total'] }} {{ __('frontend::frontend.label.thb') }}

{{ __('frontend::frontend.member_order.view_detail') }}

@endforeach @endif {{--

Order No.

0001021021234

Order Date

19 Jan 2022

Status

Canceled

Total

1,064.00 THB

View Detail

Order No.

0001021021234

Order Date

19 Jan 2022

Status

Success

Total

1,064.00 THB

View Detail

Order No.

0001021021234

Order Date

19 Jan 2022

Status

Canceled

Total

1,064.00 THB

View Detail

Order No.

0001021021234

Order Date

19 Jan 2022

Status

Success

Total

1,064.00 THB

View Detail

--}}
@if (!empty($pages) && $page_total > 1)
  1. Prev Page
  2. @foreach ($pages as $p)
  3. {{ $p }}
  4. @endforeach
  5. Next Page
@endif