{{-- div for Company --}} @php $company = DB::table('gnr_company')->where('id', Auth::user()->company_id_fk)->select('name','address')->first(); @endphp {{$company->name}}
{{$company->address}}
Member Ledger Report
Member Name : {{$memberInfo->name}}
Spouse Name : {{$memberInfo->spouseFatherSonName}}
Mobile No : {{$memberInfo->mobileNo}}
Branch : {{$branch}}
Samity : {{$samity}}
Reporting Date
: @if ($dateFrom && $dateTo) {{$dateFrom}} to {{$dateTo}} @else All @endif
Print Date
: 2026-07-21
Savings Details
@if($savingsDetails) @foreach ($savingsDetails as $key => $savingsDetail) @if ($key != 'grandTotal') @foreach ($savingsDetail['amountInfo'] as $key => $amount) @endforeach @endif @endforeach @else @endif
Savings Info Date Deposit Withdraw Balance
Product Name: {{$savingsDetail['savingsAccInfo']->productName}}
Product Code: {{$savingsDetail['savingsAccInfo']->productShortName}}-[{{$savingsDetail['savingsAccInfo']->productCode}}]
A/C No: {{$savingsDetail['savingsAccInfo']->savingsCode}}
@if($savingsDetail['openingBalance']) Opening Balance: {{number_format($savingsDetail['openingBalance'], 2)}}
@endif
{{date("d-m-Y",strtotime($key))}} {{ number_format($amount['depositAmount'], 2)}} {{ number_format($amount['withdrawAmount'], 2)}} {{ number_format($amount['balance'], 2)}}
Sub Total {{ number_format($savingsDetail['subtotal']['depositAmount'], 2)}} {{ number_format($savingsDetail['subtotal']['withdrawAmount'], 2)}}
Grand Total {{ number_format($savingsDetails['grandTotal']['depositAmount'], 2)}} {{ number_format($savingsDetails['grandTotal']['withdrawAmount'], 2)}}
No Savings Data

Loan Details
@if($loanDetails) @foreach ($loanDetails as $key => $loanDetail) @if ($key != 'grandTotal') @foreach ($loanDetail['amountInfo'] as $key => $amount) @endforeach @endif @endforeach @else @endif
Loan Info Date Collection Amount Rebate Balance
Principal Interest Total
Product Name: {{$loanDetail['loanAccInfo']->name}}
Product Code: {{$loanDetail['loanAccInfo']->shortName}}-[{{$loanDetail['loanAccInfo']->code}}]
A/C No: {{$loanDetail['loanAccInfo']->loanCode}}
Disbursement Date: {{date("d-m-Y",strtotime($loanDetail['loanAccInfo']->disbursementDate))}}
Disbursement Amount: {{number_format($loanDetail['loanAccInfo']->loanAmount,2)}}
Repay Amount: {{number_format($loanDetail['loanAccInfo']->totalRepayAmount, 2)}}
@if($loanDetail['openingBalance']) Opening Balance: {{number_format($loanDetail['openingBalance'], 2)}}
@endif
{{date("d-m-Y",strtotime($key))}} {{ number_format($amount['principalAmount'], 2)}} {{ number_format($amount['interestAmount'], 2)}} {{ number_format($amount['totalCollectionAmount'], 2)}} {{ number_format($amount['rebateAmount'], 2)}} {{ number_format($amount['balance'], 2)}}
Sub Total {{ number_format($loanDetail['subtotal']['principalAmount'], 2)}} {{ number_format($loanDetail['subtotal']['interestAmount'], 2)}} {{ number_format($loanDetail['subtotal']['totalCollectionAmount'], 2)}} {{ number_format($loanDetail['subtotal']['rebateAmount'], 2)}}
Grand Total {{ number_format($loanDetails['grandTotal']['principalAmount'], 2)}} {{ number_format($loanDetails['grandTotal']['interestAmount'], 2)}} {{ number_format($loanDetails['grandTotal']['totalCollectionAmount'], 2)}} {{ number_format($loanDetails['grandTotal']['rebateAmount'], 2)}}
No Loan Data
Prepared By :
Signature :
Designation :
Verified By :
Signature :
Designation :
Approved By :
Signature :
Designation: :