{{strtoUpper($trialBalanceDetails->companyRelationShip->taxpayer)}} | T.R.NO : {{($trialBalanceDetails->companyRelationShip->tax_registration_number)}} | Tax Period: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} to {{date('d-M-Y',strtotime(@$trialBalanceDetails->to))}} |
Foreign Tax Credit as per Article 47 |
Nature of income | |||
---|---|---|---|
Country | |||
Tax identification number | |||
Foreign income | |||
UAE Taxable Income | |||
CT Liability | |||
Tax paid outside UAE (A) | |||
CT due on foreign income (B) | |||
CT due on foreign income (C) | |||
FTC Claimed (A) or (B) or (C ) | |||
@php
$total = 0;
@endphp
@foreach($foregin_taxs as $foregin_tax)
@php
$data = json_decode($foregin_tax->data);
$total += $data->ftc_claimed;
$parameter = "update";
@endphp
@if(empty($foregin_tax->deleted_at))
@endif
@endforeach
Nature of income | Country | Foreign income | UAE Taxable Income | CT Liability | Tax paid outside UAE (A) | CT due on foreign income (B) | CT due on foreign income (C) | FTC Claimed (A) or (B) or (C ) | Action |
---|---|---|---|---|---|---|---|---|---|
{{@$data->nature_income}} | {{@$data->country}} | {{@$data->foreign_income}} | {{@$data->uae_ct_law}} | {{@$data->ct_liability}} | {{@$data->tax_paid_out_uae_a}} | {{@$data->ct_due_on_foreign_income_b}} | {{@$data->ct_due_on_foreign_income_c}} | {{@$data->ftc_claimed}} | |
Total | {{$total}} |