@php $user = App\Models\User::where('id', $id)->first(); @endphp @if ($user)
user-photo
@csrf
@else

{{ get_phrase('Data not found.') }}

@endif