@extends('layouts.app') @section('content')
| Loan ID | Member | Product | Amount | Installments | Branch | Actions |
|---|---|---|---|---|---|---|
| {{ $loan->id }} |
{{ $loan->member->full_name ?? $loan->member->name }} {{ $loan->member->nic }} |
{{ $loan->loanProduct->name }} | Rs. {{ number_format($loan->loan_amount, 2) }} | {{ $loan->installments }} | {{ $loan->branch->branch_name ?? $loan->branch->name }} |
| Loan ID | Member | Product | Amount | Installments | Branch | Actions |
|---|---|---|---|---|---|---|
| {{ $loan->id }} |
{{ $loan->member->full_name ?? $loan->member->name }} {{ $loan->member->nic }} |
{{ $loan->loanProduct->name }} | Rs. {{ number_format($loan->loan_amount, 2) }} | {{ $loan->installments }} | {{ $loan->branch->branch_name ?? $loan->branch->name }} |
| Loan ID | Member | Product | Amount | Installments | Branch | Actions |
|---|---|---|---|---|---|---|
| {{ $loan->id }} |
{{ $loan->member->full_name ?? $loan->member->name }} {{ $loan->member->nic }} |
{{ $loan->loanProduct->name }} | Rs. {{ number_format($loan->loan_amount, 2) }} | {{ $loan->installments }} | {{ $loan->branch->branch_name ?? $loan->branch->name }} |
All approved loans have been disbursed or are in other statuses.