@extends('backend.master') @section('title','Installment Report') @section('content')
| User | Loans | Installments | Status | Action |
|---|---|---|---|---|
|
User
{{ $user->name ?? 'N/A' }}
{{ $user->phone ?? '-' }}
@if(!empty($user->email))
ยท
{{ $user->email }}
@endif
|
Loans Total: {{ $totalLoans }} Running: {{ $runningLoans }} Completed: {{ $completed }} | Installments Total: {{ $totalIns }} Paid: {{ $paidIns }} Unpaid: {{ $unpaid }} | Status {{ $badgeText }} | Action View |
| No users found. | ||||