X
StudyXnote
{{ __('Library') }} @auth @if(auth()->user()->is_admin) {{ __('Management') }} {{ __('Students') }} {{ __('Ads') }} @endif @endauth
@auth

Authenticated as

{{ Auth::user()->email }}

{{ __('My Profile') }}
{{ __('Edit Account') }}
@csrf
{{ __('Log Out') }}
@else
Login Sign Up
@endauth
{{ __('Library') }} @auth @if(auth()->user()->is_admin) {{ __('Management') }} {{ __('Students') }} @endif @endauth
@auth
@if(Auth::user()->profile_picture) {{ Auth::user()->name }} @else {{ substr(Auth::user()->name, 0, 1) }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('My Profile') }} {{ __('Edit Account') }}
@csrf {{ __('Log Out') }}
@else
Login Sign Up
@endauth