SALARY CALCULATION OF LABOUR {{ $company_name }}
PERIODE : {{ $archive[0]['periode'] }}
@php $no = 0; $subtotal = 0; $subpph23 = 0; $subppn = 0; @endphp @foreach($archive->sortBy('driver.full_name') as $index => $archives) @php $no++; $subtotal += $archives['total']; @endphp @endforeach
No. Employee
Name
Starting Period Job
Role
OT Transport
Allow
Out of
Town
Total
1 2 3 4 5 6 7 8
{{ $no+1 }} {{ $archives['driver']['full_name'] }} {{ date('d-m-Y', $archives['detail']['tanggal_masuk']) }} {{ $statusview}} {{ App\Helpers\utilitiesHelper::viewNumberWithCommaAndDecimal(str_replace(',', '', $archives['ot_norm_value']) * 1 + str_replace(',', '', $archives['ot_hol_value']) * 1) }} {{ $archives['trans_value'] }} {{ number_format(str_replace(',', '', $archives['out_town_value']) * 1 + str_replace(',', '', $archives['out_over_value']) * 1) }} {{ 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) }}