@extends(EcommerceHelper::viewPath('customers.master')) @php $tabs = [ 'profile' => [ 'title' => __('Profile'), 'route' => 'customer.edit-account', ], 'change-password' => [ 'title' => __('Change Password'), 'route' => 'customer.change-password', ], ]; @endphp @section('content')
@yield('account-content')
@endsection