| {{ $data_collect['branchData'][$branchChildData]['branchName']['code'] }} |
{{ $cdata['name'] }} |
{{ $cdata['data']['zone'][$childData]['name'] }} |
{{ $cdata['data']['zone'][$childData]['data']['area'][$areaChildData]['name'] }} |
{{ $data_collect['branchData'][$branchChildData]['branchName']['current'] }} |
{{ $data_collect['branchData'][$branchChildData]['member']['current'] }} |
{{ $data_collect['branchData'][$branchChildData]['borrower']['current'] }} |
{{number_format($data_collect['branchData'][$branchChildData]['savingsBalance']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['savingsCollection']['current'])}} |
{{number_format(abs($data_collect['branchData'][$branchChildData]['outstanding']['current']))}} |
{{number_format($data_collect['branchData'][$branchChildData]['disbursement']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['recovery']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['regularRecoverable']['current'])}} |
{{number_format( $data_collect['branchData'][$branchChildData]['regularRecovery']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['currentMonthDue']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['currentMonthDue']['loanee'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['totalDue']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['totalDue']['loanee'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['badLoan']['current'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['badLoan']['loanee'])}} |
{{number_format($data_collect['branchData'][$branchChildData]['overduePresentLoan']['current'])}} |
@if($data_collect['branchData'][$branchChildData]['member']['current'] > 0)
{{(round($data_collect['branchData'][$branchChildData]['borrower']['current']/$data_collect['branchData'][$branchChildData]['member']['current']*100,2)).'%'}}
@else
{{'0%'}}
@endif
|
@if($data_collect['branchData'][$branchChildData]['regularRecoverable']['current'] > 0)
{{(round($data_collect['branchData'][$branchChildData]['regularRecovery']['current']/$data_collect['branchData'][$branchChildData]['regularRecoverable']['current']*100,2)).'%'}}
@else
@if($data_collect['branchData'][$branchChildData]['regularRecovery']['current'] == $data_collect['branchData'][$branchChildData]['regularRecoverable']['current'])
{{'100%'}}
@else
{{'0%'}}
@endif
@endif
|
@if($data_collect['branchData'][$branchChildData]['outstanding']['current'] > 0)
@if(round($data_collect['branchData'][$branchChildData]['overduePresentLoan']['current']/$data_collect['branchData'][$branchChildData]['outstanding']['current']*100,2) > 100)
{{'100%'}}
@else
{{(round($data_collect['branchData'][$branchChildData]['overduePresentLoan']['current']/$data_collect['branchData'][$branchChildData]['outstanding']['current']*100,2)).'%'}}
@endif
@else
{{'0%'}}
@endif
|