@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'OTHER DEDUCTIONS']) @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 $othersDeductionCount = 0; @endphp @foreach($othersDeductions as $othersDeduction) @php $data = json_decode($othersDeduction->data); $othersDeductionCount += $data->amount; @endphp @if(empty($othersDeduction->deleted_at)) @endif @endforeach @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf @csrf
Description Amount Action
{{$data->description}} {{$data->amount}}
Total {{$othersDeductionCount+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