| Branch |
No. of Branch |
{{ $branchCount_prevLastFy > 0 ? $branchCount_prevLastFy : '-' }} |
{{ $branchCount_lastFy > 0 ? $branchCount_lastFy : '-' }} |
@for ($i = 1; $i <= 12; $i++)
{{ $branchCount > 0 ? $branchCount : '-' }} |
{{-- {{ '-' }} | --}}
@endfor
{{-- {{ '-' }} | --}}
{{ $branchCount > 0 ? $branchCount : '-' }} |
{{ $branchCount > 0 ? $branchCount : '-' }} |
| Staff |
Management Staff |
{{ $staffEntry['Management Staffs']['prevLastFy'] }} |
{{ $staffEntry['Management Staffs']['lastFy'] }} |
@foreach ($fyMonths as $i => $name)
{{ $staffEntry['Management Staffs'][$name] }} |
@endforeach
|
|
| Credit Staff |
{{ $staffEntry['Credit Staffs']['prevLastFy'] }} |
{{ $staffEntry['Credit Staffs']['lastFy'] }} |
@foreach ($fyMonths as $i => $name)
{{ $staffEntry['Credit Staffs'][$name] }} |
@endforeach
|
|
| Total Staff |
|
|
@foreach ($fyMonths as $i => $name)
|
@endforeach
|
|
| Samity |
Add |
{{ $samityData['total_prevLastFy_closing'] }} |
{{ $samityData['total_lastFy_add'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $samityData['totalAdd'][$i] }} |
@endfor
|
|
| Cancellation |
{{ $samityData['total_lastFy_cancellation'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $samityData['totalCancellation'][$i] }} |
@endfor
|
|
| Net Samity |
{{ $samityData['total_lastFy_net'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $samityData['totalNet'][$i] }} |
@endfor
|
|
| Closing Samity |
{{ $samityData['total_lastFy_closing'] }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
| Member |
Add |
{{ $memberData['total_prevLastFy_closing'] }} |
{{ $memberData['total_lastFy_add'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $memberData['totalAdd'][$i] }} |
@endfor
|
|
| Cancellation |
{{ $memberData['total_lastFy_cancellation'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $memberData['totalCancellation'][$i] }} |
@endfor
|
|
| Net Member |
{{ $memberData['total_lastFy_net'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $memberData['totalNet'][$i] }} |
@endfor
|
|
| Closing Member |
{{ $memberData['total_lastFy_closing'] }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
| Member Savings |
Collection |
{{ $savingsData['total_prevLastFy_closing'] }} |
{{ $savingsData['total_lastFy_add'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $savingsData['totalAdd'][$i] }} |
@endfor
|
|
| Refund |
{{ $savingsData['total_lastFy_cancellation'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $savingsData['totalCancellation'][$i] }} |
@endfor
|
|
| Net Savings |
{{ $savingsData['total_lastFy_net'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $savingsData['totalNet'][$i] }} |
@endfor
|
|
| Closing Savings |
{{ $savingsData['total_lastFy_closing'] }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
| Borrower |
Add |
{{ $borrowerData['total_prevLastFy_closing'] }} |
{{ $borrowerData['total_lastFy_add'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $borrowerData['totalAdd'][$i] }} |
@endfor
|
|
| Cancellation |
{{ $borrowerData['total_lastFy_cancellation'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $borrowerData['totalCancellation'][$i] }} |
@endfor
|
|
| Net Borrower |
{{ $borrowerData['total_lastFy_net'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $borrowerData['totalNet'][$i] }} |
@endfor
|
|
| Closing Borrower |
{{ $borrowerData['total_lastFy_closing'] }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
| Loan Outstanding |
Disbursement |
{{ $loanData['total_prevLastFy_closing'] }} |
{{ $loanData['total_lastFy_add'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $loanData['totalAdd'][$i] }} |
@endfor
|
|
| Collection |
{{ $loanData['total_lastFy_cancellation'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $loanData['totalCancellation'][$i] }} |
@endfor
|
|
| Net Outstanding |
{{ $loanData['total_lastFy_net'] }} |
@for ($i = 1; $i <= 12; $i++)
{{-- {{ $loanData['totalNet'][$i] }} | --}}
|
@endfor
|
|
| Closing Outstanding |
{{ $loanData['total_lastFy_closing'] }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
| Due |
No. of Due Loanee |
{{ $dueData['openingData']['prevLastFyDueLoanee'] }} |
{{ $dueData['openingData']['lastFyDueLoanee'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $dueData['loanee'][$i] }} |
@endfor
|
|
| Due Collection |
{{ $dueData['openingData']['prevLastFyDueCollection'] }} |
{{ $dueData['openingData']['lastFyDueCollection'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $dueData['collection'][$i] }} |
@endfor
|
|
| Due Outstanding |
{{ $dueData['openingData']['prevLastFyDueOutstanding'] }} |
{{ $dueData['openingData']['lastFyDueOutstanding'] }} |
@for ($i = 1; $i <= 12; $i++)
{{ $dueData['outstanding'][$i] }} |
@endfor
|
|