@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Profile') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('Profile') }} @csrf @method('PUT')
{{ __('Code') }}
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Photo') }}
@if(!empty($user->photo)) @endif
Select Image Remove

Upload photo if add photo

@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
{{ __('No WA PIC') }}
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ __('Kirim Pasien') }}
kirim_pasien))?'checked':'' }} data-bootstrap-switch>
{{ __('Email') }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{ __('NPWP') }}
@if ($errors->has('npwp')) {{ $errors->first('npwp') }} @endif
{{ __('Nama Admin') }}
@if ($errors->has('admin')) {{ $errors->first('admin') }} @endif
{{ __('Tanda Tangan') }}
@if(!empty($user->tanda_tangan)) @endif
Select Image Remove

Upload tanda_tangan if add tanda_tangan

@if ($errors->has('tanda_tangan')) {{ $errors->first('tanda_tangan') }} @endif
{{ __('Address') }}
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{ __('City') }}
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
{{ __('Country') }}
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
{{ __('Zip') }}
@if ($errors->has('zip')) {{ $errors->first('zip') }} @endif
{{ __('Description') }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('Password') }}
{{ __('Empty If not Change') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ __('Save') }}