{{-- div for Company --}}
{{$data['company']->name}}
{{$data['company']->address}}
{{'Reporting Branch: '. $data['branchName']}}
MRA {{ $data['reportType'] }}ly Loan Report
| Reporting Period |
: |
{{ date_format( date_create($data['startDate']),"dS F Y") }} to {{ date_format( date_create($data['endDate']),"dS F Y") }} |
|
Print Date |
: |
22-07-2026 |
{{-- end report info div --}}
{{-- Category wise Loan Information --}}
| Branch : {{ $data['branchName'] }} |
| Category wise Loan Information |
@include('microfin.reports.nationaldatabase.loan.loanInfoTable_allProducts_categoryWise', array(
'loanInfos' => $data['loanInfos'],
'unique_borrowers' => $data['unique_borrowers'],
'unique_borrowers_m' => $data['unique_borrowers_m'],
'unique_borrowers_f' => $data['unique_borrowers_f'],
'optional_borrowers_m' => $data['optional_borrowers_m'],
'optional_borrowers_f' => $data['optional_borrowers_f']
))
{{-- Loan Information on Loan Size --}}
| Loan Information on Loan Size |
@include('microfin.reports.nationaldatabase.loan.loanSizeInfoTable', ['loanSizeInfos' => $data['loanSizeInfos']])