|
@if(($logoimg ?? null) !== null)
|
@php
$monthNum = $details['month'];
$dateObj = DateTime::createFromFormat('!m', $monthNum);
$monthName = $dateObj->format('F');
@endphp
@if(isset($description) && $description != null && $description!=''){{ '('.$description.')' }} @endif{{$monthName}} {{ $details['epay_year'] }} | DATE : {{$time}} |
|---|
Name : |
{{$name}} |
ALLOWANCE |
DEDUCTION |
|||||||||||||||||||||||||||||||
I/C NO. : |
{{$details['ic_no_new']}} |
|
@if($details['allowance_1'] != '0') {{$field_result['allowance_1']}} @else @endif |
@if($details['allowance_1'] != '0') {{number_format($details['allowance_1'], 2)}} @else @endif |
@if($details['deduction_1'] != '0') {{$field_result['deduction_1']}} @else @endif |
@if($details['deduction_1'] != '0') {{number_format($details['deduction_1'], 2)}} @else @endif |
||||||||||||||||||||||||||||
EMPLOYEE : |
{{$details['ic_no_new']}} |
|
@if($details['allowance_2'] != '0') {{$field_result['allowance_2']}} @endif |
@if($details['allowance_2'] != '0') {{number_format($details['allowance_2'], 2)}} @endif |
@if($details['deduction_2'] != '0') {{$field_result['deduction_2']}} @endif |
@if($details['deduction_2'] != '0') {{number_format($details['deduction_2'], 2)}} @endif |
||||||||||||||||||||||||||||
CATEGORY : |
{{$category_name}} |
|
@if($details['allowance_3'] != '0') {{$field_result['allowance_3']}} @endif |
@if($details['allowance_3'] != '0') {{number_format($details['allowance_3'], 2)}} @endif |
@if($details['deduction_3'] != '0') {{$field_result['deduction_3']}} @endif |
@if($details['deduction_3'] != '0') {{number_format($details['deduction_3'], 2)}} @endif |
||||||||||||||||||||||||||||
LINE NO. : |
|
|
@if($details['allowance_4'] != '0') {{$field_result['allowance_4']}} @endif |
@if($details['allowance_4'] != '0') {{number_format($details['allowance_4'], 2)}} @endif |
@if($details['deduction_4'] != '0') {{$field_result['deduction_4']}} @endif |
@if($details['deduction_4'] != '0') {{number_format($details['deduction_4'], 2)}} @endif |
||||||||||||||||||||||||||||
|
@if(isset($details['advance']) && $details['advance'] != '0') {{ $field_result['advance'] ?? '' }} @endif |
@if($details['advance'] != '0') {{number_format($details['advance'], 2)}} @endif |
|||||||||||||||||||||||||||||||||
|
|
|
|
@if($details['allowance_5'] != '0') {{$field_result['allowance_5']}} @endif |
@if($details['allowance_5'] != '0') {{number_format($details['allowance_5'], 2)}} @endif |
@if($details['deduction_5'] != '0') {{$field_result['deduction_5']}} @endif |
@if($details['deduction_5'] != '0') {{number_format($details['deduction_5'], 2)}} @endif |
||||||||||||||||||||||||||||
|
PAYMENT |
||||||||||||||||||||||||||||||||||
@if($details['allowance_6'] != '0') {{$field_result['allowance_6']}} @endif |
@if($details['allowance_6'] != '0') {{number_format($details['allowance_6'], 2)}} @endif |
@if($details['deduction_6'] != '0') {{$field_result['deduction_6']}} @endif |
@if($details['deduction_6'] != '0') {{number_format($details['deduction_6'], 2)}} @endif |
|||||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||||||
| @if($details['basic_rate'] !=0) BASIC RATE @endif |
@if($details['basic_rate'] !=0) {{number_format($details['basic_rate'], 2)}} @endif |
|
@if($details['allowance_7'] != '0') {{$field_result['allowance_7']}} @endif |
@if($details['allowance_7'] != '0') {{number_format($details['allowance_7'], 2)}} @endif |
@if($details['deduction_7'] != '0') {{$field_result['deduction_7']}} @endif |
@if($details['deduction_7'] != '0') {{number_format($details['deduction_7'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['day_work'] !=0) WORKING DAYS @endif |
@if($details['day_work'] !=0) {{$details['day_work']}} @endif |
|
@if($details['allowance_8'] != '0') {{$field_result['allowance_8']}} @endif |
@if($details['allowance_8'] != '0') {{number_format($details['allowance_8'], 2)}} @endif |
@if($details['deduction_8'] != '0') {{$field_result['deduction_8']}} @endif |
@if($details['deduction_8'] != '0') {{number_format($details['deduction_8'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['basic_pay'] != 0) BASIC PAY @endif |
@if($details['basic_pay'] != 0) {{number_format($details['basic_pay'], 2)}} @endif |
|
@if($details['allowance_9'] != '0') {{$field_result['allowance_9']}} @endif |
@if($details['allowance_9'] != '0') {{number_format($details['allowance_9'], 2)}} @endif |
@if($details['deduction_9'] != '0') {{$field_result['deduction_9']}} @endif |
@if($details['deduction_9'] != '0') {{number_format($details['deduction_9'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['director_fee'] != 0) DIRECTOR FEE @endif |
@if($details['director_fee'] != 0) {{number_format($details['director_fee'], 2)}} @endif |
|
@if($details['allowance_10'] != '0') {{$field_result['allowance_10']}} @endif |
@if($details['allowance_10'] != '0') {{number_format($details['allowance_10'], 2)}} @endif |
@if($details['deduction_10'] != '0') {{$field_result['deduction_10']}} @endif |
@if($details['deduction_10'] != '0') {{number_format($details['deduction_10'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['compensate'] + $details['gratuity'] != 0) COMPENSATION/ @endif |
@if($details['compensate'] + $details['gratuity'] != 0) {{number_format(($details['compensate'] + $details['gratuity']), 2)}} @endif |
|
@if($details['allowance_11'] != '0') {{$field_result['allowance_11']}} @endif |
@if($details['allowance_11'] != '0') {{number_format($details['allowance_11'], 2)}} @endif |
@if($details['deduction_11'] != '0') {{$field_result['deduction_11']}} @endif |
@if($details['deduction_11'] != '0') {{number_format($details['deduction_11'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['compensate'] + $details['gratuity'] != 0) GRATUITY @endif @if($details['bonus'] != 0)BONUS @endif |
@if($details['compensate'] + $details['gratuity'] != 0) {{number_format($details['bonus'], 2)}} @endif |
|
@if($details['allowance_12'] != '0') {{$field_result['allowance_12']}} @endif |
@if($details['allowance_12'] != '0') {{number_format($details['allowance_12'], 2)}} @endif |
@if($details['deduction_12'] != '0') {{$field_result['deduction_12']}} @endif |
@if($details['deduction_12'] != '0') {{number_format($details['deduction_12'], 2)}} @endif |
||||||||||||||||||||||||||||
|
@if(($details['commision'] + $details['fix_commision']) != '0') COMMISSION @endifOVERTIME @endif |
@if(($details['commision'] + $details['fix_commision']) != '0') {{number_format(($details['commision'] + $details['fix_commision']), 2)}} @endif{{number_format($details['total_monthly_over_time_pay'], 2)}} @endif |
|
@if($details['allowance_13'] != '0') {{$field_result['allowance_13']}} @endif |
@if($details['allowance_13'] != '0') {{number_format($details['allowance_13'], 2)}} @endif |
@if($details['deduction_13'] != '0') {{$field_result['deduction_13']}} @endif |
@if($details['deduction_13'] != '0') {{number_format($details['deduction_13'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($details['total_allowance'] != '0') ALLOWANCE @endif |
@if($details['total_allowance'] != '0') {{number_format($details['total_allowance'], 2)}} @endif |
|
@if($details['allowance_14'] != '0') {{$field_result['allowance_14']}} @endif |
@if($details['allowance_14'] != '0') {{number_format($details['allowance_14'], 2)}} @endif |
@if($details['deduction_14'] != '0') {{$field_result['deduction_14']}} @endif |
@if($details['deduction_14'] != '0') {{number_format($details['deduction_14'], 2)}} @endif |
||||||||||||||||||||||||||||
| @if($totalgrosspay != '0') GROSS PAY @endif |
@if($totalgrosspay != '0') {{number_format($totalgrosspay, 2)}} @endif |
|
@if($details['allowance_15'] != '0') {{$field_result['allowance_15']}} @endif @if($details['allowance_16'] != '0') {{$field_result['allowance_16']}} @endif @if($details['allowance_17'] != '0') {{$field_result['allowance_17']}} @endif |
@if($details['allowance_15'] != '0') {{number_format($details['allowance_15'], 2)}} @endif @if($details['allowance_16'] != '0') {{number_format($details['allowance_16'], 2)}} @endif @if($details['allowance_17'] != '0') {{number_format($details['allowance_17'], 2)}} @endif |
@if($details['deduction_15'] != '0') {{$field_result['deduction_15']}} @endif |
@if($details['deduction_15'] != '0') {{number_format($details['deduction_15'], 2)}} @endif |
||||||||||||||||||||||||||||
|
OVERTIME |
OTHER |
|||||||||||||||||||||||||||||||||
| @if($details['other_deduction'] != '0') DEDUCTION @endif |
@if($details['other_deduction'] != '0') {{number_format($details['other_deduction'], 2)}} @endif |
|
||||||||||||||||||||||||||||||||
|
|
|
@if($totalgrosspay != '0') MONTHLY GROSS @endif@if($details['total_socso_employer'] != '0') SOCSO YER @endif @if($details['Eiscc'] != '0') EIS YER @endif @if($details['total_EPF_employer'] != '0') EPF YER @endif @if($details['AL'] != '0') YTD AL @endif @if($details['MC'] != '0') YTD MC @ELSE |
@if($totalgrosspay !=0) {{number_format($totalgrosspay, 2)}} @endif@if($details['total_socso_employer'] !=0) {{number_format($details['total_socso_employer'], 2)}} @endif @if($details['Eiscc'] !=0) {{number_format($details['Eiscc'], 2)}} @endif @if($details['total_EPF_employer'] !=0) {{number_format($details['total_EPF_employer'], 2)}} @endif @if($details['AL'] !=0) {{$details['AL']}} @endif @if($details['MC'] !=0) {{$details['MC']}} @else |
|||||||||||||||||||||||||||||||
|
@if($details['total_EPF_employee'] != '0') EPF @endif @if($details['total_socso_employee'] != '0')SOCSO @endif |
@if($details['total_EPF_employee'] != '0') {{number_format($details['total_EPF_employee'], 2)}} @endif @if($details['total_socso_employee'] != '0'){{number_format($details['total_socso_employee'], 2)}} @endif |
|
||||||||||||||||||||||||||||||||
| @if($details['Eisww'] !='0') EIS @endif |
@if($details['Eisww'] !='0') {{number_format($details['Eisww'], 2)}} @endif |
|
||||||||||||||||||||||||||||||||
| @if(number_format($details['itaxpcb'], 2) != 0) TAX @endif |
@if(number_format($details['itaxpcb'], 2) != 0) {{ number_format($details['itaxpcb'], 2) }} @endif |
|
||||||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||||||
| @if($totalnetpay !=0) NET PAY @endif |
@if($totalnetpay !=0) {{ number_format($totalnetpay, 2) }} @endif |
|
||||||||||||||||||||||||||||||||
|
|
EMPLOYEE'S SIGNATURE |
|
|
|
||||||||||||||||||||||||||||||