@if(auth()->user()->photo)
@else
@endif
@error('photo')
@endif
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ $message }}
@enderror