{{-- div for Company --}} {{$data['company']->name}}
{{$data['company']->address}}
{{'Reporting Branch: '. $data['branchName']}}
MRA LLP Report
Reporting Period : {{ $data['currentQuarterStartDate'] }} to {{ $data['currentQuarterEndDate'] }} Print Date : 2026-07-22
{{-- end report info div --}}
{{-- Branch wise LLP Information --}}
Branch wise LLP Information
Branch : {{ $data['branchName'] }}
@php $watchful_loan_outstanding = 0; $substandard_loan_outstanding = 0; $doubtful_loan_outstanding = 0; $bad_loan_outstanding = 0; $standard_loan_outstanding = 0; $llp_balance = 0; $loanBalance_principal = 0; $loanBalance_interest = 0; $writeOffPrincipalWithoutComulative = 0; $writeOffPrincipal = 0; @endphp @foreach($data['llpInfo'] as $key => $value) @php $value = (object) $value; @endphp @php $watchful_loan_outstanding += (float) $value->watchful_loan_outstanding; $substandard_loan_outstanding += (float) $value->substandard_loan_outstanding; $doubtful_loan_outstanding += (float) $value->doubtful_loan_outstanding; $bad_loan_outstanding += (float) $value->bad_loan_outstanding; $standard_loan_outstanding += (float) $value->standard_loan_outstanding; $llp_balance += (float) $value->llp_balance; $loanBalance_principal += (float) $value->loanBalance_principal; $loanBalance_interest += (float) $value->loanBalance_interest; $writeOffPrincipal += (float) $value->writeOffPrincipal; $writeOffPrincipalWithoutComulative += (float) $value->writeOffPrincipalWithoutComulative; @endphp @endforeach
Types of Loan Amount of Good Loan at the end of this Half Year (*) Amount of Loan between 1 to 30 days Amount of Loan between 31 to 180 days Amount of Loan between 181 to 365 days Amount of Loan Above 365 Balance of Loan Loss Provision at the end of this Half Year (*) Balance of Loan at the end of the Half Year Written-off Loan at the end of this Half Year Cumulative Written-off Loan Upto at the end of this Half Year (*)
Category Watchful (*) Sub-Standard (*) Doubtful (*) Bad Loan (*) Principal (*) Service Charge (*) Total (*)
{{ ucfirst($value->category) }} {{ number_format( $value->standard_loan_outstanding, 2 ) }} {{ number_format( $value->watchful_loan_outstanding, 2 ) }} {{ number_format( $value->substandard_loan_outstanding, 2 ) }} {{ number_format( $value->doubtful_loan_outstanding, 2 ) }} {{ number_format( $value->bad_loan_outstanding, 2 ) }} {{ number_format( $value->llp_balance, 2 ) }} {{ number_format( $value->loanBalance_principal, 2 ) }} {{ number_format( $value->loanBalance_interest, 2 ) }} {{ number_format( $value->loanBalance_interest+$value->loanBalance_principal, 2 ) }} {{ number_format( $value->writeOffPrincipalWithoutComulative, 2 ) }} {{ number_format( $value->writeOffPrincipal, 2 ) }}
Grand total {{ number_format($standard_loan_outstanding , 2) }} {{ number_format($watchful_loan_outstanding , 2) }} {{ number_format($substandard_loan_outstanding , 2) }} {{ number_format($doubtful_loan_outstanding , 2) }} {{ number_format($bad_loan_outstanding , 2) }} {{ number_format($llp_balance , 2) }} {{ number_format($loanBalance_principal , 2) }} {{ number_format($loanBalance_interest , 2) }} {{ number_format($loanBalance_principal+$loanBalance_interest , 2) }} {{ number_format($writeOffPrincipalWithoutComulative , 2) }} {{ number_format($writeOffPrincipal , 2) }}
@if ($data['customIndicator'] == 'june24')
Note: Bad Loan LLP Calculation As Per MRA Circular - 82
@endif