@extends(EcommerceHelper::viewPath('customers.master')) @php $tabs = [ 'profile' => [ 'title' => trans('plugins/ecommerce::customer-dashboard.profile'), 'route' => 'customer.edit-account', ], 'change-password' => [ 'title' => trans('plugins/ecommerce::customer-dashboard.change_password'), 'route' => 'customer.change-password', ], ]; @endphp @section('content')
@yield('account-content')
@endsection