@include('partials.reportHead.index') {{-- Extra column for Notes --}} {{-- display html tree --}} {!! $treeView !!} @php $totalOpDebit = $totalBalanceArr['totalOpDebit']; $totalOpCredit = $totalBalanceArr['totalOpCredit']; $totalCurrentDebit = $totalBalanceArr['totalCurrentDebit']; $totalCurrentCredit = $totalBalanceArr['totalCurrentCredit']; $totalCumulativeDebit = $totalBalanceArr['totalCumulativeDebit']; $totalCumulativeCredit = $totalBalanceArr['totalCumulativeCredit']; if ($roundUp == 1) { $totalOpDebit = round($totalOpDebit); $totalOpCredit = round($totalOpCredit); $totalCurrentDebit = round($totalCurrentDebit); $totalCurrentCredit = round($totalCurrentCredit); $totalCumulativeDebit = round($totalCumulativeDebit); $totalCumulativeCredit = round($totalCumulativeCredit); } @endphp {{-- Extra column for Notes --}}
Particulars NotesBalance at the begining During this period Closing Balance (Cumulative)
Dr Cr Dr Cr Dr Cr
Total {{ number_format($totalOpDebit, 2) }} {{ number_format($totalOpCredit, 2) }} {{ number_format($totalCurrentDebit, 2) }} {{ number_format($totalCurrentCredit, 2) }} {{ number_format($totalCumulativeDebit, 2) }} {{ number_format($totalCumulativeCredit, 2) }}
@php $newArr = json_encode($monthEndUnprocessedBranchesByMonth); @endphp
@if ($withZero == 0) @endif