Quick Desk Operations
{{ Auth::user()?->name ?? 'Administrator' }}
{{ str_replace('_', ' ', Auth::user()?->getRoleNames()->first() ?? 'User') }}