Consent Angel
{{ __('Dashboard') }} @auth @if(!Auth::user()->is_admin) @if (Route::has('learning.index')) {{ __('My Learning') }} @endif @if (Route::has('badges.index')) {{ __('My Badges') }} @endif @endif @endauth
@auth @if (Route::has('profile.edit')) {{ __('Profile & Account') }} @endif @if(Auth::user()->is_admin) @if (Route::has('admin.dashboard')) {{ __('Admin Area') }} @endif @endif
@csrf {{ __('Log Out') }}
@else @if (Route::has('login')) Log in @endif @if (Route::has('register')) Register @endif @endauth
{{ __('Dashboard') }} @auth @if(!Auth::user()->is_admin) @if (Route::has('learning.index')) {{ __('My Learning') }} @endif @if (Route::has('badges.index')) {{ __('My Badges') }} @endif @endif @endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@if (Route::has('profile.edit')) {{ __('Profile & Account') }} @endif @if(Auth::user()->is_admin) @if (Route::has('admin.dashboard')) {{ __('Admin Area') }} @endif @endif
@csrf {{ __('Log Out') }}
@endauth