@if( Auth::check() )
  • Home
  • About
  • Contact
  • All Tickets
  • @if( Auth::user()->hasRole(['admin', 'staff']) )
  • Dashboard
  • @endif
  • Settings
  • Logout ({{ Auth::user()->first_name }})
  • @else
  • Login
  • Register
  • @endif