{{ __('My orders') }}
| {{ __('Order Number') }} | {{ __('Time') }} | {{ __('Status') }} | {{ __('Payment type') }} | {{ __('Total') }} | {{ __('More Info') }} |
|---|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->created_at->format('H:i, d.m.Y') }} | {{ $order->formatted_status() }} | {{ $order->formattedPaymentType() }} | {{ $order->fullPriceWithShipping() }} TMT |