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

{{ __('Invoice') }}

{{ __('Edit') }} {{ __('Invoice') }} @csrf @method('PUT')
{{ __('Kode') }}
@if ($errors->has('kode')) {{ $errors->first('kode') }} @endif
{{ __('Perusahaan') }} *
@if ($errors->has('perusahaan')) {{ $errors->first('perusahaan') }} @endif
{{ __('Tanggal Invoice') }}
@if ($errors->has('tanggal_invoice')) {{ $errors->first('tanggal_invoice') }} @endif
{{ __('Tanggal Jatuh Tempo Invoice') }}
@if ($errors->has('tanggal_jatuh_tempo_invoice')) {{ $errors->first('tanggal_jatuh_tempo_invoice') }} @endif
{{ __('Keterangan') }}
@if ($errors->has('keterangan')) {{ $errors->first('keterangan') }} @endif
@if(count($companyinvoice->others) > 0) @foreach ($companyinvoice->others as $other) @endforeach @else @endif
{{ __('Nama') }} {{ __('Biaya') }} {{ __('Action') }}
{{ __('Save') }}