@extends(Theme::getThemeNamespace() . '::views.ecommerce.customers.master') @section('content')
{{ __('Hello :name!', ['name' => auth('customer')->user()->name]) }}

{!! BaseHelper::clean(__('From your account dashboard. you can easily check & view your recent orders', [ 'order' => route('customer.orders'), ])) !!}, {!! BaseHelper::clean(__('manage your shipping and billing addresses and edit your password and account details.', [ 'profile' => route('customer.edit-account'), 'address' => route('customer.address'), ])) !!}

@endsection