@extends('layouts.app') @section('title', 'Inventory Management') @section('content') @use('App\Enums\AdminRoles')
Manage all loan activities across the platform
Total Defaulters
Total Defaulter Amount
Loan Due This Week
Loan Due Last Week
| SN | Borrower Name | Phone Number | Loan Type | Branch | Loan Amount | Due Amount | Due Date | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $defaultLoan->user->fullname }} | {{ $defaultLoan->user->phone }} | {{ $defaultLoan->loan->loanApplication->loan_type }} | {{ $defaultLoan->user?->branch?->name }} | {{ number_format($defaultLoan->loan->principal_amount, 2) }} | {{ number_format($defaultLoan->amount_due, 2) }} | {{ $defaultLoan->due_date?->format('d,M Y H:iA') }} | |
| No record | ||||||||