• {{-- User menu toggler --}} User-Profile User-Profile User-Profile User-Profile User-Profile User-Profile
    {{ Auth::user()->name }}
    @if (Auth::user()->roles[0] ?? false)

    {{ ucwords(Auth::user()->roles[0]->name) }}

    @else

    {{ 'Role Not Specified' }}

    @endif
    {{-- User menu dropdown --}}
    • Profile

    • {{ __('adminlte::adminlte.log_out') }}
      @if(config('adminlte.logout_method')) {{ method_field(config('adminlte.logout_method')) }} @endif {{ csrf_field() }}