ChurchCMS Admin Logo
{{ ucwords(\Auth::user()->churchdetails->quotes) }}
    @guest
  • {{ __('Login') }}
  • @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
    • Edit Profile
    • Change Avatar
    • {{ __('Logout') }}
      @csrf
  • @endguest