{{ $data->user->company->name }}

Name : {{ $data->user->name }}
Employee Status : {{ $data->user->employee_status }}
Periode : {{ $data->start_date }} - {{ $data->end_date }}
Job Title : {{ $data->user->job_level->name }}
Division : {{ $data->user->division->name }}
{{-- earning --}}
Earning
Gaji Pokok Rp {{ number_format($data->sallary, 2, ',', '.') }}
Tunjangan Jabatan Rp {{ number_format($data->allowance_position, 2, ',', '.') }}
Tunjangan Kerajinan Rp {{ number_format($data->allowance_craft, 2, ',', '.') }}
Tunjangan Harian Rp {{ number_format($data->allowance_daily, 2, ',', '.') }}
Tunjangan Luar Kota Rp {{ number_format($data->allowance_out_of_town, 2, ',', '.') }}
Tunjangan Luar Negeri Rp {{ number_format($data->allowance_overseas, 2, ',', '.') }}
Tunjangan Umum Rp {{ number_format($data->allowance_general, 2, ',', '.') }}
Tunjangan Lain Lain Rp {{ number_format($data->allowance_others, 2, ',', '.') }}
Lembur Rp {{ number_format($data->overtime_pay, 2, ',', '.') }}
Pendapatan Tambahan Rp {{ number_format($data->additional_earning, 2, ',', '.') }}
Total Rp {{ number_format($data->earning, 2, ',', '.') }}
{{-- deduction --}}
> @if ($data->rate->flat_bpjs) @else @endif @if ($data->cash_receipt_status) @endif @if ($data->cash_receipt_interest_status) @endif
Deduction
Bpjs Rp {{ number_format($data->bpjs, 2, ',', '.') }}
JHT Karyawan Rp {{ number_format($data->jht_karyawan, 2, ',', '.') }}
JP Karyawan Rp {{ number_format($data->jp_karyawan, 2, ',', '.') }}
Potongan Pajak Rp {{ number_format($data->pph21, 2, ',', '.') }}
Pinalti Telat Rp {{ number_format($data->late_cut, 2, ',', '.') }}
Pinalti Pulang Cepat Rp {{ number_format($data->early_leave_deduction, 2, ',', '.') }}
Potongan Pinjaman Rp {{ number_format($data->cash_receipt, 2, ',', '.') }}
Potongan Bunga Pinjaman Rp {{ number_format($data->cash_receipt_interest, 2, ',', '.') }}
Potongan Tambahan Rp {{ number_format($data->additional_deduction, 2, ',', '.') }}
Total Rp {{ number_format($data->deduction, 2, ',', '.') }}
Pendapatan Bersih : Rp {{ number_format($data->take_home_pay, 2, ',', '.') }}