@extends('layouts.app') @section('title', 'Loan Approval') @section('content') @use('App\Enums\AdminRoles')
Manage all loan activities across the platform
Pending Cooperative Loans
Pending Direct Loan
Pending Esusu Loan
| Loan ID | Borrow Name | Loan Type | Amount | Branch | Created By | Date Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $pendingLoan->reference }} | {{ $pendingLoan->user->fullname }} | {{ strtoupper($pendingLoan->loan_type) }} | N{{ number_format($pendingLoan->amount, 2) }} | {{ ucwords($pendingLoan->user?->branch?->name) }} | {{ ucwords($pendingLoan->requestedBy->fullname) }} @if ($pendingLoan->requestedBy->user_type == 'admin') @endif | {{ $pendingLoan->created_at->format('d, M Y') }} |