@extends('storefront::public.account.layout')
@section('title', trans('storefront::account.pages.dashboard'))
@section('panel')
@if ($recentOrders->isNotEmpty())
@include('storefront::public.account.partials.orders_table', ['orders' => $recentOrders])
@endif
-
{{ $account->full_name }}
-
{{ $account->email }}
@endsection
@push('globals')
@vite([
'modules/Storefront/Resources/assets/public/sass/pages/account/dashboard/main.scss',
])
@endpush