@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav') @section('script') @endsection @section('content')
@if(!$download) @endif
{{ __('Article 47') }}
@if(!$download) @endif
{{$companyDetails->taxpayer}} T.R.NO : {{($companyDetails->tax_registration_number)}} From Date: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} To Date: {{date('d-M-Y',strtotime(@$trialBalanceDetails->to))}}
Foreign Tax Credit as per Article 47
@csrf
Nature of income
Country
UAE global taxable income
CT liability
Rate as per UAE CT Law (%)
foreign branch/ sourced Income
Rate as per Foreign country (%)
Tax paid outside UAE
Tax payable in UAE
FTC claimed
Tax Identification number
@foreach($foregin_taxs as $foregin_tax) @php $data = json_decode($foregin_tax->data); @endphp @endforeach
Nature of income Country UAE global taxable income CT liability Rate as per UAE CT Law (%) foreign branch/ sourced Income Rate as per Foreign country (%) Tax paid outside UAE Tax payable in UAE FTC claimed Tax Identification number Action
{{$data->nature_income}} {{$data->country}} {{$data->uae_global_tax}} {{$data->ct_liability}} {{$data->uae_ct_law}} {{$data->foregin_branch}} {{$data->rate_as_per_foregin}} {{$data->paid_tax_outside_uae}} {{$data->tax_payable_uae}} {{$data->ftc_claimed}} {{$data->tax_identifier}}
@endsection