@section('optional_js') @endsection

{{ __('Company') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('Company') }} @csrf @method('PUT')
{{ __('Code') }}
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Photo') }}
@if(!empty($company->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 WA') }}
kirim_wa))?'checked':'' }} data-bootstrap-switch>
{{ __('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($company->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
{{ __('Bisa Invoice') }}
bisa_invoice))?'checked':'' }} data-bootstrap-switch>
{{ __('Status') }}
status))?'checked':'' }} data-bootstrap-switch>
{{ __('Save') }}