| Branch Name & Code | : | @if ($RequestBranch == 'All') {{$RequestBranch}} @elseif ($RequestBranch != 'All') @foreach ($BranchInfos as $key => $BranchInfo) {{$BranchInfo->name}}({{ str_pad($BranchInfo->branchCode, 3, '0', STR_PAD_LEFT) }}) @endforeach @endif |
| Product Name & Code | : | @if ($RequestProduct == 'All') {{$RequestProduct}} @elseif ($RequestProduct != 'All') @foreach ($ProductInfos as $key => $ProductInfo) {{$ProductInfo->shortName}}({{ str_pad($ProductInfo->code, 3, '0', STR_PAD_LEFT) }}) @endforeach @endif |
| Reporting Date |
: | @if ($RDF == '') @foreach ($OldDate as $key => $OldDates) {{ date('d-m-Y', strtotime($OldDates->date)) }} to {{ date('d-m-Y', strtotime($RequestDateToUpdated)) }} @endforeach @else {{ date('d-m-Y', strtotime($RequestDateFromUpdated)) }} to {{ date('d-m-Y', strtotime($RequestDateToUpdated)) }} @endif {{-- {{$RequestDate}} --}} |
| Print Date |
: | {{ date('d-m-Y') }} |
|
SL. No.
|
Member
|
Loan Code
|
Loan Product
|
Samity Code
|
Samity Name
|
Rebate Date
|
Loan Amount
|
Rebate Amount
|
|||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Code
|
Name
|
||||||||||
| {{$BranchInfo->name}} | |||||||||||
| {{$Count}} | {{$MemberInfo->member_code}} | {{$MemberInfo->member_name}} | {{$MemberInfo->loanCode}} | {{$MemberInfo->shortName}} | {{$MemberInfo->samity_code}} | {{$MemberInfo->samity_name}} | {{ date('d-m-Y', strtotime($MemberInfo->rebates_date)) }} | {{number_format($MemberInfo->loanAmount,2)}} | {{number_format($MemberInfo->rebates_amount,2)}} | ||
| Grand Total | {{number_format($grand_loanAmount,2)}} | {{number_format($grand_rebates_amount,2)}} | |||||||||
| NO DATA FOUND ! | |||||||||||
| Prepared By | : | |
| Signature | : | |
| Designation | : |
| Verified By | : | |
| Signature | : | |
| Designation | : |
| Approved By | : | |
| Signature | : | |
| Designation | : |