{{ __('Profile') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('Profile') }} @csrf @method('PUT')
{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Email') }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{ __('Phone') }}
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ __('Address') }}
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{ __('Password') }}
{{ __('Empty If not Change') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ __('Save') }}