@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()->alumniprofile->photo!= null) @else @endif
      @if(Auth::user()->alumniprofile->photo!= null) @else @endif
      {{ Auth::user()->FullName }}

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

    • Change Password
    • Edit Profile
    • {{ __('Logout') }}
      @csrf
  • @endguest