@extends(EcommerceHelper::viewPath('customers.master')) @section('title', trans('plugins/ecommerce::customer-dashboard.overview')) @section('content') @php $customer = auth('customer')->user(); EcommerceHelper::registerThemeAssets(); @endphp
{{ RvMedia::image($customer->avatar_url, $customer->name, attributes: ['class' => 'bb-customer-profile-avatar-img', 'data-bb-value' => 'customer-avatar']) }}

{!! BaseHelper::clean(trans('plugins/ecommerce::customer-dashboard.welcome_back', ['name' => $customer->name])) !!}

{{ trans('plugins/ecommerce::customer-dashboard.manage_account_description') }}

{{ trans('plugins/ecommerce::customer-dashboard.view_orders') }}

{{ trans('plugins/ecommerce::customer-dashboard.track_orders_description') }}

{{ trans('plugins/ecommerce::customer-dashboard.view_orders') }}
{{ trans('plugins/ecommerce::customer-dashboard.manage_addresses') }}

{{ trans('plugins/ecommerce::customer-dashboard.update_addresses_description') }}

{{ trans('plugins/ecommerce::customer-dashboard.manage_addresses') }}
{{ trans('plugins/ecommerce::customer-dashboard.account_settings') }}

{{ trans('plugins/ecommerce::customer-dashboard.edit_profile_description') }}

{{ trans('plugins/ecommerce::customer-dashboard.edit_account') }}
@if (! $customer->orders()->exists())
{{ trans('plugins/ecommerce::customer-dashboard.ready_to_start_shopping') }}

{{ trans('plugins/ecommerce::customer-dashboard.no_orders_browse_description') }}

@endif @endsection