@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Dashboard') @section('content')
| Member | Amount | Purpose | Applied | Action |
|---|---|---|---|---|
|
{{ strtoupper(substr($loan->member->name, 0, 2)) }}
{{ $loan->member->name }}
{{ $loan->member->member_id }}
|
${{ number_format($loan->amount, 2) }} | {{ $loan->created_at->diffForHumans() }} | ||
| No pending applications | ||||
| Ref # | Member | Type | Amount | Date | Status |
|---|---|---|---|---|---|
{{ $txn->reference }} |
{{ strtoupper(substr($txn->member->name, 0, 2)) }}
{{ $txn->member->name }}
|
{{ ucfirst($txn->type) }} | ${{ number_format($txn->amount, 2) }} | {{ $txn->created_at->format('M d, Y H:i') }} | Completed |
| No transactions yet | |||||