@extends('storefront::public.layout')
@section('breadcrumb')
@if (request()->routeIs('account.dashboard.index'))
{{ trans('storefront::account.pages.my_account') }}
@else
{{ trans('storefront::account.pages.my_account') }}
@endif
@yield('account_breadcrumb')
@endsection
@section('content')
@endsection
@push('globals')
@vite([
'modules/Storefront/Resources/assets/public/sass/pages/account/main.scss'
])
@endpush