@extends('layout.app') @section('content')

Profile

@php $userImagePath = 'storage/' . Auth::user()->image; // dd($userImagePath); $photoPath = url($userImagePath); @endphp @if (Auth::user()->image) image @else No Image @endif
@csrf @method('PUT')
@include('sweetalert::alert') @endsection