@if (Auth::check())

@lang('app.profile')

{{ Auth::user()->name ?? '' }}
({{ ucwords(str_replace('_', ' ', Auth::user()->roles->first()->name)) }})
Logout
@endif