@extends('backend.layout') @section('content')
{{ __('Edit User') }}
@csrf

@if ($user->image != null) ... @else ... @endif
{{ __('Choose Photo') }}

{{--

--}}

@endsection