@if (foqas_setting('logo_type') == 1)
@php $logo = icpl_image(foqas_setting('express')); @endphp
@empty($logo)
@php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/favicon.png'; @endphp
@else
@endempty
@else
@php $logo = icpl_image(foqas_setting('standard')); @endphp
@empty($logo)
@php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/icpl.png'; @endphp
@endempty
@endif
@php
$school_name = $firstSlip->school['name'];
$first_value = strtok($school_name," ");
$first_value = transMsgOnline($first_value,'bn');
$second_value = substr(strstr($school_name, " "), 1);
@endphp
{{$first_value}} ল্যাংগুয়েজ এন্ড কালচারাল ফাউন্ডেশন
@php $school_name = $school_name; $first_value = strtok($school_name," "); $second_value = substr(strstr($school_name, " "), 1); @endphp{{$first_value}} {{$second_value}}
{{$firstSlip->school['address']}} (UEN : TT00SS0212J)
Tel: {{foqas_setting('phone')}} Email: {{foqas_setting('email')}} Website: www.blcf.sg
Pay Slip
| Name : | {{ $firstSlip->payrollUser->name }} | {{ $firstSlip->empType == 1 ? ' Dept. & Des.' : 'Designation'}} : | {{ $firstSlip->empType == 1 ? $firstSlip->payrollUser->department->department_name.',': '' }} {!! !empty($firstSlip->payrollUser->role_title) ? $firstSlip->payrollUser->role_title : "N/A" !!} |
| Month Of : | {{ date('F, Y',strtotime($firstSlip->payDate)) }} | Branch : | {!! isset($firstSlip->payrollUser->employeeDetail->house) ? $firstSlip->payrollUser->employeeDetail->house->name : "N/A" !!} |
| Earnings Description | Amount S$ |
|---|---|
| Basic Salary ({{ $firstSlip->payScale." * ".$firstSlip->weekNumber }}) | {{ number_format($basic,2) }} |
| Extra {{ $firstSlip->empType == 1 ? 'Classes' : 'Hours'}} ({{ $firstSlip->exScale." * ".$firstSlip->exNumber }}) | {{ number_format($extra,2) }} |
| Bonus | {{ number_format($firstSlip->bonus,2) }} |
| Arrears | {{ number_format($firstSlip->arrears,2) }} |
| Arrears ({{ number_format($firstSlip->arrears,2) }}) | {{ number_format($firstSlip->arrearsPay,2) }} |
| Net Salary (Current + Arrears) S$ = | {{ number_format($firstSlip->netPayable,2) }} |
| Amount Paid S$ = | {{ number_format($firstSlip->amountPaid,2) }} |
| Amount Due S$ = | {{ number_format($firstSlip->amountDue,2) }} |
In Sum of SG Dollar :
{{convertNumberNEW(number_format($firstSlip->amountPaid,2))}} {{convertdesi(extractFraction($firstSlip->amountPaid)) }} Only.
{{-- {{convertNumber(number_format($firstSlip->amountPaid,2))}}.--}}
| Dated As: {{ $firstSlip->approved }} | Bank Name: {{ $firstSlip->bank_name }} | Account No.: {{ $firstSlip->account_no }} |
Notes: {!! !empty($firstSlip->remarks) ? nl2br($firstSlip->remarks) : ' N/A' !!}
----------------------------
{!! $firstSlip->empType == 1 ? " Teacher Signature" : " Employee Signature" !!}
@php
$headSign = url('img/blcf_stamp.jpg');
if (empty($headSign)){
$pad = 0;
}else{
$pad = '46px';
}
@endphp
@lang('For BLCF')
| {!! $firstSlip->empType == 1 ? "Teacher Name: " : "Employee Name: " !!} {{ $firstSlip->payrollUser->name }} | SALARY SLIP | Branch: {!! isset($firstSlip->payrollUser->employeeDetail->house) ? strtoupper($firstSlip->payrollUser->employeeDetail->house->name) : "N/A" !!} | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @lang('#') |
The Month Of
Approved Date |
Weekly Scale(S$) | Total Weeks | {!! ($firstSlip->empType == 1 ? 'Rate Per Ex. Class(S$)' : 'Rate Per Ex. Hour(S$)') !!} | {!! ($firstSlip->empType == 1 ? 'Total Ex. Classes' : 'Total Ex. Hours') !!} | @lang('Arrears') | @lang('Bonus') | Net Payable (S$) | Amount Paid (S$) | Amount Due (S$) |
Bank Name
Account No. |
| {{ $key + 1 }} |
payrollUser->student_code)}}">
{{ date('F, Y',strtotime($result->payDate)) }}
payrollUser->student_code)}}" class="branchSmall" title="Approved date of Payroll"> {{ $result->approved }} |
{{ $result->payScale }} | {{ $result->weekNumber }} | {{ $result->exScale }} | {{ $result->exNumber }} | {{ $result->arrearsPay }} | {{ $result->bonus }} | {{ $result->netPayable }} | {{ $result->amountPaid }} | {{ $result->amountDue }} |
{{ $result->bank_name }}
{{ $result->account_no }} |
| Arrears = | S${{ $firstSlip->payrollUser->employeeDetail->arrears }} | ||||||||||