@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'ARTICLE 32']) @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))}}
@php $entertainmentExpTotal = 0; @endphp @foreach($entertainmentExps as $entertainmentExp) @php $data = json_decode($entertainmentExp->data); $entertainmentExpTotal += $data->disallowance; @endphp @if(empty($entertainmentExp->deleted_at)) @endif @endforeach
Entertainment expenditure Expenditure % Disallowed Disallowance Action
{{$data->entertainment_expenditure}} {{number_format($data->expenditure,2)}} {{$data->disallowed}} % {{number_format(@$data->disallowance,2)}}
@csrf
Total disallowance {{number_format($entertainmentExpTotal,2)}}
@endsection