@extends('layouts.account') @section('title', __('storefront.account.nav_orders')) @section('account')

{{ __('storefront.account.nav_orders') }}

@if ($orders->isEmpty())

{{ __('storefront.orders.empty') }}

{{ __('storefront.orders.shop_now') }}
@else {{-- A list, not a table, so each order can stack on mobile. The column headings are visual only; each cell carries its own sr-only label. --}}
@endif
@endsection