@include('partials.reportHead.index') {{-- search type fiscal year --}} @if ($searchType == 'fiscalYear') {{-- display html tree --}} {!! $treeView !!} {{-- suplus row --}} {{-- search type current year --}} @elseif ($searchType == 'currentYear') {{-- display html tree --}} {!! $treeView !!} {{-- surplus row --}} {{-- search type date range --}} @elseif ($searchType == 'dateRange') {{-- display html tree --}} {!! $treeView !!} {{-- surplus row --}} @endif
Particulars Notes Previous Year
({{ $comprehensiveIncomeLoadTableArr['previousFiscalYearName'] }})
Current Year
({{ $comprehensiveIncomeLoadTableArr['thisFiscalYearName'] }})
SURPLUS/DEFICIT {{ number_format($surplus['previousYear'], 2) }} {{ number_format($surplus['currentYear'], 2) }}
Particulars Notes This Month This Year Cumulative
SURPLUS/DEFICIT {{ number_format($surplus['thisMonth'], 2) }} {{ number_format($surplus['thisYear'], 2) }} {{ number_format($surplus['cumulative'], 2) }}
Particulars Notes This Period
SURPLUS/DEFICIT {{ number_format($surplus['thisPeriod'], 2) }}
@php $newArr = json_encode($monthEndUnprocessedBranchesByMonth); @endphp {{-- {!! $newArr = $monthEndUnprocessedBranches->toJson() !!} --}}
@if ($withZero == 0) @endif