{{-- div for Company --}}
{{$company->name}}
{{$company->address}}
MIS Yearly Plan
{{-- div for Reporting Info --}}
Project:
{{ $projectName }}
@if($filReportLevel == 'Branch')
Branch Name:
{{ $branchName }}
@elseif($filReportLevel == 'Area')
Area Name:
{{ $areaName }}
@elseif($filReportLevel == 'Zone')
Zone Name:
{{ $zoneName }}
@elseif($filReportLevel == 'Region')
Region Name:
{{ $regionName }}
@endif
Fiscal Year:
{{ $fiscalyear }}
Print Date:
21, July 2026
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'samity',
'data' => $samity_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $loanProductCategories,
'productCategoryKeys' => $loanProductCategoryKeys,
'textStyle' => 'textCenter',
'additionalStyleClass'=> ''
))
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'member',
'data' => $member_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $loanProductCategories,
'productCategoryKeys' => $loanProductCategoryKeys,
'textStyle' => 'textCenter',
'additionalStyleClass'=> ''
))
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'savings',
'data' => $member_savings_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $savingsProductCategories,
'productCategoryKeys' => $savingsProductCategoryKeys,
'textStyle' => 'textRight',
'additionalStyleClass'=> ''
))
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'borrower',
'data' => $borrower_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $loanProductCategories,
'productCategoryKeys' => $loanProductCategoryKeys,
'textStyle' => 'textCenter',
'additionalStyleClass'=> ''
))
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'loan',
'data' => $loan_outstanding_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $loanProductCategories,
'productCategoryKeys' => $loanProductCategoryKeys,
'textStyle' => 'textRight',
'additionalStyleClass'=> ''
))
@include('accounting.MISYearlyBudget.tableHelper', array(
'budgetType' => 'employee',
'data' => $employee_data,
'fiscalyear' => $fiscalyear,
'prevFiscalYear' => $prevFiscalYear,
'partOfyear' => $partOfyear,
'productCategories' => $loanProductCategories,
'productCategoryKeys' => $loanProductCategoryKeys,
'textStyle' => 'textCenter',
'additionalStyleClass'=> ''
))