@if ($customer = auth('customer')->user())
{!! RvMedia::image($customer->avatar_url, $customer->name, attributes: ['class' => 'rounded-circle img-fluid']) !!}
{{ $customer->name }}
{{ __('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')
{{ __('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