• @can('Support Page View')
  • @endcan @can('Notifications View')
  • @endcan
  • @if(auth()->check() && auth()->user()->theme_preference == "dark") @else @endif
    • Light
    • Dark
  • @can('Toolbox View')
  • @endcan @can('Settings View')
  • @endcan
  •   {{App\User::find(Auth::id())->first_name}} {{App\User::find(Auth::id())->last_name}}
    • Logout