@foreach ($orders as $order) @endforeach
{{ trans('storefront::account.orders.order_id') }} {{ trans('storefront::account.date') }} {{ trans('storefront::account.status') }} {{ trans('storefront::account.orders.total') }} {{ trans('storefront::account.orders.tracking') }} {{ trans('storefront::account.action') }}
{{ $order->id }} {{ $order->created_at->toFormattedDateString() }} {{ $order->status() }} {{ $order->total->convert($order->currency, $order->currency_rate)->format($order->currency) }} @if(!empty($order->tracking_reference)) @else - @endif