@if ($customer = auth('customer')->user())
{!! RvMedia::image($customer->avatar_url, $customer->name, attributes: ['class' => 'rounded-circle img-fluid']) !!}
{{ $customer->name }}
{{ trans('plugins/ecommerce::customer-dashboard.account_dashboard') }}
@endif
@if ($customer = auth('customer')->user())
{!! RvMedia::image($customer->avatar_url, $customer->name, attributes: ['class' => 'rounded-circle border border-2 border-white shadow-sm']) !!}
{{ $customer->name }}
@endif

@yield('title')

@yield('content')
{{ trans('plugins/ecommerce::customer-dashboard.account_menu') }}
@if ($customer = auth('customer')->user())
{!! RvMedia::image($customer->avatar_url, $customer->name, attributes: ['class' => 'rounded-circle border border-2 border-white shadow-sm']) !!}
{{ $customer->name }}
@endif