• Avatar
    • Avatar
      {{ Auth::user()->name }} @if(count(Auth::user()->roles) > 1) {{ Auth::user()->roles->pluck('name')->implode(', ') }} @else {{ Auth::user()->roles->first()->name ?? 'No Role' }} @endif
    • @csrf Log Out
  1. Beranda
  2. @yield('breadcrumb')