@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

@lang('frontend.my_account')

@lang('frontend.member_password')

@lang('frontend.member_order_list')

@lang('frontend.frnd_59')
@lang('frontend.purchased_date')
@lang('frontend.frnd_68')
@lang('frontend.frnd_69')
@if (!empty($Order)) @foreach ($Order as $order)

{{ $order->order_no ?? '' }}

{{ $order->created_at->format('Y-m-d H:i') ?? '' }}

{{ order_text_status($order->order_status ?? '') }}
{{ $order->shipping_tracking_no ?? '-' }}
@endforeach @endif
@if ($Order->lastPage() > 1) @endif
@endsection @section('script') @endsection