• {{ Auth::user()->name }} @php $userImagePath = 'storage/' . Auth::user()->image; // dd($userImagePath); $photoPath = url($userImagePath); @endphp @if (Auth::user()->image) @else No Image @endif
    Profile
    Logout