@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'OTHER ADDITION']) @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 $otherAdditionCount = 0; @endphp @foreach($otherAdditions as $otherAddition) @php $data = json_decode($otherAddition->data); $otherAdditionCount += $data->amount; @endphp @if(empty($otherAddition->deleted_at)) @endif @endforeach @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf
Description Amount Action
{{$data->description}} {{$data->amount}}
Total {{$otherAdditionCount+getNumberFromId($admda55a,'amount')+getNumberFromId($admda23a,'amount')+getNumberFromId($admda23c,'amount')+getNumberFromId($admda24a,'amount')+getNumberFromId($admda24c,'amount')+getNumberFromId($admda31a,'amount')+getNumberFromId($admda3b1,'amount')+getNumberFromId($admda3b2,'amount')+getNumberFromId($admda41,'amount')+getNumberFromId($admda42,'amount')}}
@endsection