@extends('layouts.app') @section('breadcrumb') @endsection @section('css') @endsection @section('content')

@if($ir8a->status == 0) {{trans('messages.unverified')}} @elseif($ir8a->status == 1) {{trans('messages.verified')}} @elseif($ir8a->status == 2) {{trans('messages.w_submitted')}} @endif {{trans('messages.ir8a')}} - {{$user->name_with_designation_and_department.' ('.ucfirst($ir8a->type).')'}}

@if (Laratrust::isAbleTo('edit-ir8a')) @if (Laratrust::isAbleTo('verify-ir8a')) @if($ir8a->status == 0) @elseif($ir8a->status == 1 || $ir8a->status == 2) @endif @endif @endif @if (Laratrust::isAbleTo('delete-ir8a')) {!! delete_form(['ir8a.destroy',$ir8a->id], ['redirect'=>'/ir8a']) !!} @endif
{!! trans('messages.name') !!} {!! $user->full_name !!} {!! trans('messages.nric') !!} {!! (isset($user->Profile->unique_identification_number)) ? $user->Profile->unique_identification_number : 'Nil'!!}
{!! trans('messages.gender') !!} {!! ucfirst($user->Profile->gender) !!} {!! trans('messages.nationality') !!} {!! (isset(config('country')[$user->Profile->nationality_country_code])) ? config('country')[$user->Profile->nationality_country_code] : 'Nil'!!}
{!! trans('messages.date_of').' '.trans('messages.birth') !!} {!! ucfirst($user->Profile->date_of_birth) !!} {!! trans('messages.designation') !!} {!! $user->designation_name !!}
{!! trans('messages.date_of').' '.trans('messages.commencement') !!} {!! (isset($user_employment) && isset($user_employment->date_of_joining)) ? $user_employment->date_of_joining : 'Nil'!!} {!! trans('messages.date_of').' '.trans('messages.cessation') !!} {!! (isset($user_employment) && isset($user_employment->date_of_leaving)) ? $user_employment->date_of_leaving : 'Nil'!!}
{!! trans('messages.bank') !!} {!! (isset($user->UserBankAccount[count($user->UserBankAccount)-1]) && isset(config('bank')[$user->UserBankAccount[count($user->UserBankAccount)-1]->bank_name])) ? config('bank')[$user->UserBankAccount[count($user->UserBankAccount)-1]->bank_name] : 'Nil'!!}
 
{{-- Others fields --}}
{!! trans('messages.income') !!}
a) Gross Salary, Fees, Leave Pay, Wages and Overtime Pay {!! (isset($ir8a->salary)) ? currency($ir8a->salary,1,1) : currency(0,1,1) !!}
b) Bonus (non-contractual bonus paid on {{(isset($ir8a->bonus_date)) ? $ir8a->bonus_date : ''}} and/or contractual bonus for services rendered in {{$ir8a->year}}) {!! (isset($ir8a->bonus)) ? currency($ir8a->bonus,1,1) : currency(0,1,1) !!}
c) Director's fees approved at the company's AGM / EGM on {{(isset($ir8a->directors_fees_date)) ? $ir8a->directors_fees_date : ''}} {!! (isset($ir8a->directors_fees)) ? currency($ir8a->directors_fees,1,1) : currency(0,1,1) !!}
d) Others
1. Allowances:
Transport: {!! (isset($ir8a->transport_allowance)) ? currency($ir8a->transport_allowance,1,1) : currency(0,1,1) !!}
Entertainment: {!! (isset($ir8a->entertainment_allowance)) ? currency($ir8a->entertainment_allowance,1,1) : currency(0,1,1) !!}
Others: {!! (isset($ir8a->other_allowances)) ? currency($ir8a->other_allowances,1,1) : currency(0,1,1) !!}
{!! currency($total_allowances_amt, 1, 1) !!}
2. Gross Commission for period {!! (isset($ir8a->gross_commission_from_date)) ? $ir8a->gross_commission_from_date : '' !!} to {!! (isset($ir8a->gross_commission_to_date)) ? $ir8a->gross_commission_to_date : '' !!} monthly/ other adhod payment {!! (isset($ir8a->gross_commission)) ? currency($ir8a->gross_commission,1,1) : currency(0,1,1) !!}
3. Pension {!! (isset($ir8a->pension)) ? currency($ir8a->pension,1,1) : currency(0,1,1) !!}
4i. Gratuity/ Notice Pay/ Ex-gratia payment/ Others {!! (isset($ir8a->gratuity_notice_pym_ex_gratia)) ? currency($ir8a->gratuity_notice_pym_ex_gratia,1,1) : currency(0,1,1) !!}
4ii. Compensation for loss of office amount
(Approval obtained from IRAS: {!! (isset($ir8a->compensation_approved)) ? (($ir8a->compensation_approved == 'Y') ? 'YES' : 'NO') : '' !!}, Date of approval: {!! (isset($ir8a->compensation_approved_date)) ? $ir8a->compensation_approved_date : '' !!})

{!! (isset($ir8a->compensation)) ? currency($ir8a->compensation,1,1) : currency(0,1,1) !!}
5. Retirement benefits including gratuities/pension/commutation of pension/ lump sum payments, etc from Pension/Provident Fund: Name of Fund: {!! (isset($ir8a->retirement_benefits_name)) ? $ir8a->retirement_benefits_name : '' !!}
(Amount accrued up to 31 Dec 1992: {!! (isset($ir8a->retirement_benefits_up_to_19921231)) ? currency($ir8a->retirement_benefits_up_to_19921231,1,1) : currency(0,1,1) !!})
Amount accrued from 1993:

{!! (isset($ir8a->retirement_benefits_up_to_19921231)) ? currency($ir8a->retirement_benefits_from_1993,1,1) : currency(0,1,1) !!}
6. Contributions made by employer to any Pension/Provident Fund constituted outside Singapore without tax concession {!! (isset($ir8a->provident_fund_outside_sg)) ? currency($ir8a->provident_fund_outside_sg,1,1) : currency(0,1,1) !!}
7. Excess/Voluntary contribution to CPF by employer (less amount refunded / to be refunded)(Give details in Form IR8S) {!! (isset($ir8a->excess_employer_contribution_to_cpf)) ? currency($ir8a->excess_employer_contribution_to_cpf,1,1) : currency(0,1,1) !!}
8. Gains and profits from share option for sec.10(1)(b) {!! (isset($ir8a->share_option_gains_s101b)) ? currency($ir8a->share_option_gains_s101b,1,1) : currency(0,1,1) !!}
9. Value of Benefits-in-kind (Details in Appendix 8A) {!! (isset($ir8a->benefits_in_kind_value)) ? currency($ir8a->benefits_in_kind_value,1,1) : currency(0,1,1) !!}
Total of items d1 to d9 (excluding 4ii) {!! currency($ir8a->others, 1, 1) !!}
e) Remission / Overseas posting / Exempt Indicator: @if (isset($ir8a->exempt_income_indicator)) @if ($ir8a->exempt_income_indicator == 1) Tax Remission on Overseas Cost of Living Allowance (OCLA) @elseif ($ir8a->exempt_income_indicator == 3) Seaman @elseif ($ir8a->exempt_income_indicator == 4) Exemption @elseif ($ir8a->exempt_income_indicator == 5) Overseas Pension Fund with Tax Concession @elseif ($ir8a->exempt_income_indicator == 7) Income from Overseas Employment and Overseas Pension Fund with Tax Concession @endif @endif
Exempt Income/ Income subject to Tax Remission/ Income from Overseas Employment/ Income from Overseas Pension Fund with tax Concession:

{!! (isset($ir8a->exempt_income)) ? currency($ir8a->exempt_income,1,1) : currency(0,1,1) !!}
f) Employee's income tax borne by employer: @if (isset($ir8a->income_tax_borne_by_employer_indicator)) @if ($ir8a->income_tax_borne_by_employer_indicator == 'F') Tax is FULLY borne by employer @elseif ($ir8a->income_tax_borne_by_employer_indicator == 'P') Tax is PARTIALLY borne by employer @elseif ($ir8a->income_tax_borne_by_employer_indicator == 'H') A fixed amount of income tax is borne by employee @endif @endif
(i) Amount of employment income for which tax is borne by employer: {!! (isset($ir8a->income_tax_borne_by_employer)) ? currency($ir8a->income_tax_borne_by_employer,1,1) : currency(0,1,1) !!}
(ii) Fixed amount of income tax for which tax is borne by employee: {!! (isset($ir8a->income_tax_borne_by_employee)) ? currency($ir8a->income_tax_borne_by_employee,1,1) : currency(0,1,1) !!}
 
{!! trans('messages.deduction') !!}
EMPLOYEE'S COMPULSORY contribution to CPF/Designated Pension/Provident Fund (Less amount refunded/to be refunded) Name of Fund: {!! (isset($ir8a->compulsory_provident_fund_name)) ? strtoupper($ir8a->compulsory_provident_fund_name) : '' !!} {!! currency($ir8a->employee_cpf,1,1) !!}
DONATIONS deducted through salaries for Yayasan Mendaki Fund/Community Chest of Singapore/SINDA/CDAC/ECF/Other Tax Exempt donations {!! currency($ir8a->shg_fund_donation,1,1) !!}
CONTRIBUTIONS deducted through salaries for Mosque Building Fund {!! currency($ir8a->mosque_building_fund,1,1) !!}
LIFE INSURANCE PREMIUMS deducted through salaries {!! currency($ir8a->insurance,1,1) !!}
@endsection