SALARY CALCULATION OF LABOUR {{ $company_name }}
PERIODE : {{ $archive[0]['periode'] }}
@php $no = 0; $subtotal = 0; $subpph23 = 0; $subppn = 0; @endphp @foreach($archive as $archives) @endforeach
No. Employee
Name
Starting
Period
Job
Role
Basic
Salary
Monthly
Allow.
Other
Allow.
Attend Total
1 2 3 4 5 6 7 8 9
{{ $no+1 }} {{ $archives['driver']['full_name'] }} {{ date('d-m-Y', $archives['detail']['tanggal_masuk']) }} {{ $statusview}} {{ $archives['basic_salary'] }} {{ $archives['monthly_allowance'] }} {{ $archives['other_allowance'] }} {{ $archives['att_value'] }} {{ number_format($archives['total']) }}
                 
            Sub Total   {{ number_format($subtotal) }}
            Management Fee({{$archive[0]['presentase_agent_fee']}})   {{ number_format($mngt_fee) }}
            Total Payment   {{ number_format($grand_total) }}