@section('optional_js') @endsection

{{ __('Company') }}

{{ __('Create') }} {{ __('Company') }} @csrf

Login Perusahaan

{{ __('Code') }}
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
{{ __('Password') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Info Perusahaan

{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Photo') }}
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 Pasien') }}
{{ __('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') }}
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') }}
{{ __('Status') }}
{{ __('Save') }}