{{ Auth::user()->name ?? 'N/A' }}

{{ Auth::user()->role->title ?? 'N/A' }}

@switch(Auth::user()->role->id) @case(1) Dashboard @break @case(2) Dashboard @break @default Dashboard @endswitch
@csrf {{ __('Log Out') }}