{{ __('Dashboard') }} @if (Auth::user()->role == "admin") {{ __('Users') }} @endif @if (Auth::user()->role == "teacher") {{ __('Tests') }} @endif @if (Auth::user()->role == "student") {{ __('Take tests') }} @endif
{{-- --}} {{-- {{ __('Profile') }} --}} {{-- --}}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if (Auth::user()->role == "admin") {{ __('Users') }} @endif @if (Auth::user()->role == "teacher") {{ __('Tests') }} @endif @if (Auth::user()->role == "student") {{ __('Take tests') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{-- --}} {{-- {{ __('Profile') }} --}} {{-- --}}
@csrf {{ __('Log Out') }}