{{ __('Home') }} {{ __('Users') }} {{ __('Challenge') }} {{ __('Scoreboard') }} {{ __('Profile') }}
@auth
@cannot('user') {{ __('Dashboard') }} @endcannot {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Login') }}
@endauth
{{ __('Home') }} {{ __('Users') }} {{ __('Challenge') }} {{ __('Scoreboard') }} {{ __('Profile') }}
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@cannot('user') {{ __('Dashboard') }} @endcannot
@csrf {{ __('Log Out') }}
@else {{ __('Login') }} @endauth