@include('partials.reportHead.index') {{-- display html tree --}} {!! $treeView !!} {{-- surplus row --}} {{-- equity row --}} {{-- total liability row --}}
Particulars Previous Year
({{ $financialPositionLoadTableArr['previousFiscalYearName'] }})
Current Year
({{ $financialPositionLoadTableArr['thisFiscalYearName'] }})
Surplus/Defict from Income Statement {{ number_format($previousYearSurplus, 2) }} {{ number_format($currentYearSurplus, 2) }}
TOTAL EQUITY/CAPITAL FUND {{ number_format($totalCapitalFund['previousYear'] + $previousYearSurplus, 2) }} {{ number_format($totalCapitalFund['currentYear'] + $currentYearSurplus, 2) }}
TOTAL LIABILITIES & EQUITY {{ number_format($totalLiabilities['previousYear'] + $totalCapitalFund['previousYear'] + $previousYearSurplus, 2) }} {{ number_format($totalLiabilities['currentYear'] + $totalCapitalFund['currentYear'] + $currentYearSurplus, 2) }}
@php $newArr = json_encode($monthEndUnprocessedBranchesByMonth); @endphp {{-- {!! $newArr = $monthEndUnprocessedBranches->toJson() !!} --}}
@if ($withZero == 0) @endif