@if(\Auth::user()) @if(Auth::user()->SchoolLogo['meta_value'] != '-') @else @endif {{ ucwords(Auth::user()->school->name) }} @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
      @if(Auth::user()->userprofile->firstname != null) {{ Auth::user()->FullName }} @else {{ Auth::user()->name }} @endif

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

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