@extends(EcommerceHelper::viewPath('customers.master')) @section('title', trans('plugins/ecommerce::customer-dashboard.overview')) @section('content') @php $customer = auth('customer')->user(); EcommerceHelper::registerThemeAssets(); @endphp
{{ trans('plugins/ecommerce::customer-dashboard.manage_account_description') }}
{{ trans('plugins/ecommerce::customer-dashboard.track_orders_description') }}
{{ trans('plugins/ecommerce::customer-dashboard.view_orders') }}{{ trans('plugins/ecommerce::customer-dashboard.update_addresses_description') }}
{{ trans('plugins/ecommerce::customer-dashboard.manage_addresses') }}{{ trans('plugins/ecommerce::customer-dashboard.edit_profile_description') }}
{{ trans('plugins/ecommerce::customer-dashboard.edit_account') }}{{ trans('plugins/ecommerce::customer-dashboard.no_orders_browse_description') }}