{{ $user->name }} @if($user->profile_photo_path) Path: {{ $user->profile_photo_path }}
URL: {{ asset('storage/' . $user->profile_photo_path) }} @endif
{{ $user->name }}
{{ $user->email }}
@error('avatar')

{{ $message }}

@enderror