@extends('storefront::public.account.layout') @section('title', trans('storefront::account.pages.my_orders')) @section('account_breadcrumb')
  • {{ trans('storefront::account.pages.my_orders') }}
  • @endsection @section('panel')

    {{ trans('storefront::account.pages.my_orders') }}

    @if ($orders->isEmpty())

    {{ trans('storefront::account.orders.no_orders') }}

    @else @include('storefront::public.account.partials.orders_table') @endif
    @endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/account/orders/index/main.scss', ]) @endpush