@extends('storefront::public.account.layout') @section('title', trans('storefront::account.pages.dashboard')) @section('panel') @if ($recentOrders->isNotEmpty())

{{ trans('storefront::account.dashboard.recent_orders') }}

{{ trans('storefront::account.dashboard.view_all') }}
@include('storefront::public.account.partials.orders_table', ['orders' => $recentOrders])
@endif

{{ trans('storefront::account.dashboard.account_information') }}

{{ trans('storefront::account.dashboard.edit') }}
@endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/account/dashboard/main.scss', ]) @endpush