{{ __('form.Employees') }}

@csrf
{{-- Hidden input that holds the actual date value --}}

{{__('form.Employees')}}

{{__('form.Attendance')}}


{{__('form.Gaji-BPJS-KET')}}

{{-- Baris 1: Perusahaan --}}
{{-- Baris 2: Karyawan --}}

{{__('form.Penerimaan')}}

{{-- ===== SECTION BONUS (di dalam div Penerimaan) ===== --}}
{{ __('form.Bonus') }}
{{-- Rows will be injected here by JS --}}

{{__('form.Deduction')}}

{{-- ===== SECTION POTONGAN TAMBAHAN (di dalam div Potongan) ===== --}}
{{ __('form.Cut') }} {{ __('Tambahan') }}
{{-- Rows will be injected here by JS --}}

Total Akhir

{{ __('form.Create') }}
@include('payroll.script')