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

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

{{ __('Image Size 80x80') }}

@endsection