@extends('layouts.app') @section('content')
Financial Reports
Total Loans

KES {{ number_format($totalLoans, 2) }}

Total Savings

KES {{ number_format($totalSavings, 2) }}

Active Loans

{{ $activeLoans }}

Active Clients

{{ $activeClients }}

Print Financial Reports
@endsection