@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav') @section('script') @endsection @section('content')
@if(!$download) @endif
{{ __('Other Addition') }}
@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))}}
@php $otherAdditionCount = 0; @endphp @foreach($otherAdditions as $otherAddition) @php $data = json_decode($otherAddition->data); $otherAdditionCount += $data->amount; @endphp @endforeach @csrf
Description Amount Action
{{$data->description}} {{$data->amount}}
Total {{$otherAdditionCount}}
@endsection