@if(\Auth::user()) @if(Auth::user()->SchoolLogo['meta_value'] != '-') {{ ucwords(Auth::user()->school->name) }} @else {{ ucwords(Auth::user()->school->name) }} @endif @else @include('layouts.partials.logo') @endif
    @guest
  • {{ __('Login') }}
  • {{ __('Register') }}
  • @else
  • @if(Auth::user()->userprofile->avatar!= null) @else @endif
      @if(Auth::user()->userprofile->avatar!= null) @else @endif
      {{ Auth::user()->FullName }}

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

    • Change Password
    • Change Avatar
    • @if(Auth::user()->isImpersonating())
    • Stop
    • @else
    • {{ __('Logout') }}
      @csrf
    • @endif
  • @endguest