@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