🏛️ State Dashboard
  • @if(Auth::guard('state')->check()) {{ Auth::guard('state')->user()->state->name ?? 'State User' }} @else State User @endif {{-- State Top Navbar - Phoenix v1.22.0 --}}
    🏛️ State Dashboard
    • Notifications
      Mark all as read
      S
      Welcome to the State Portal!

      Your notifications will appear here.

    • @if(Auth::guard('state')->check()) {{ Auth::guard('state')->user()->state->name ?? 'State User' }} @else State User @endif
      Profile Settings
      Logout
    {{ Auth::guard('state')->check() ? substr(Auth::guard('state')->user()->state->name ?? 'S', 0, 1) : 'S' }}
    {{ Auth::guard('state')->check() ? Auth::guard('state')->user()->state->name ?? 'State User' : 'State User' }}

    State Administrator

    • Profile
    • Dashboard
    • Users
    • Settings

    @csrf
    Privacy policy• Terms• Help