{{ $company->name }}
{{ $company->address }}
Annual Operation Plan : {{ $fiscalyear }}
Plan Report : @if($budgetType == 'loan') Loan Outstanding @elseif($budgetType == 'savings') Member Savings @else {{ ucfirst($budgetType) }} @endif
Project Name : {{ $projectName }} @if( $filReportLevel == 'Area' && !empty($areaName) ) Area Name : {{ $areaName }} @elseif( $filReportLevel == 'Zone' && !empty($zoneName) ) Zone Name : {{ $zoneName }} @elseif( $filReportLevel == 'Region' && !empty($regionName) ) Region Name : {{ $regionName }} @elseif( $filReportLevel == 'Branch' && !empty($branchName) ) Branch Name : {{ $branchName }} @else All {{ $filReportLevel }} @endif
Project Type : {{ $projectTypeName }} Print Date : {{ date("d-m-Y") }}