@extends('admin.layouts.app') @section('title', 'Bank & Branch Management Dashboard') @section('content')
Monitor your banking network at a glance
Total Banks
Total Branches
Total Agents
Current Gold Price per gram (Per 24 Carat)
Last updated: {{ $latestPrice->updated_at?->format('d M Y, h:i A') ?? $latestPrice->created_at?->format('d M Y, h:i A') ?? 'N/A' }}| # | Customer (Borrower) | Loan Details | Location | Status | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
{{ strtoupper(substr($customer->brauser_name ?? 'U', 0, 1)) }}
{{ $customer->brauser_name }}Relative: {{ $customer->ralative_name ?? 'N/A' }} |
LN: {{ $customer->loan_number ?? 'N/A' }}
AC: {{ $customer->account_number ?? 'N/A' }}
|
{{ $customer->address }} | @if($customer->is_active) Active @else Inactive @endif | {{-- Adjusted button group to wrap on mobile if needed with small gap --}} |
|
No recent customers found. |
|||||