• View Site
  • @if (isset(Auth()->user()->icon) && Auth()->user()->icon != null) User Image @else User Image @endif
    @if (isset(Auth()->user()->icon) && Auth()->user()->icon != null) User Avatar @else User Image @endif
    {{ auth()->user()->name }}
    {{ auth()->user()->email }}
    • {{ __('Edit Profile') }}
    • {{ __('Change Password') }}
    • {{ __('Logout') }}
      @csrf