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

{{ __('Invoice') }}

{{ __('Create') }} {{ __('Invoice') }} @csrf
{{ __('Kode') }}
@if ($errors->has('kode')) {{ $errors->first('kode') }} @endif
{{ __('Perusahaan') }} *
@if ($errors->has('company_id')) {{ $errors->first('company_id') }} @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
{{ __('Nama') }} {{ __('Biaya') }} {{ __('Action') }}
{{ __('ID') }} {{ __('Perusahaan') }} {{ __('Booking') }} {{ __('Tanggal Pemeriksaan') }} {{ __('Nama') }} {{ __('Tagihan') }} {{ __('Project') }} {{ __('Status') }}
{{ __('Save') }}