@extends('layouts.app') @section('title', 'Loan Approvals') @section('content')
| ID | Member | Loan Product | Amount | Installments | Applied On | Credit Officer | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loan->loan_id }} | {{ $loan->member->full_name }} | {{ $loan->loanProduct->name }} | {{ number_format($loan->loan_amount, 2) }} | {{ $loan->installments }} | {{ $loan->created_at->format('Y-m-d') }} | {{ $loan->creditOfficer->name }} |