@extends('welcome') @section('title', ($breadcrumbExtra ?? __('account.my_account')) . ' | ' . config('app.name')) @section('meta_description', __('account.my_account')) @section('content')

{{ __('account.my_account') }}

@include('account.partials.account-sidebar', [ 'activeRoute' => $activeRoute ?? 'account.dashboard' ])
@endsection @push('styles') @endpush @push('scripts') @endpush