@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'ARTICLE 31']) @section('script') @endsection @section('buttons') @if(!$download)
 TB  P&L  BS  TR
@endif @endsection @section('content')
{{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))}}
Specific Interest Deduction Limitation Rule
Other non-deductible interest
@php $nonDeductibleInterestTotal = 0; @endphp @foreach($nonDeductibleInterests as $nonDeductibleInterest) @php $data = json_decode($nonDeductibleInterest->data); $nonDeductibleInterestTotal += $data->amount; @endphp @if(empty($nonDeductibleInterest->deleted_at)) @endif @endforeach @csrf
Particulars Amount Action
{{$data->particular}} {{number_format($data->amount,2)}}
Total {{number_format($nonDeductibleInterestTotal,2)}}
@endsection