• 2
  • @if (empty(Auth::user()->image)) image @endif @if (!empty(Auth::user()->image)) image @endif
    Hello {{ Auth::user()->name }}
    Profile
    @csrf {{ __('Log Out') }}