@extends('layouts.app') @section('title', 'Finance Dashboard') @section('content')

Revenue Today

KES {{ number_format($stats['revenue_today']) }}

Revenue (Month)

KES {{ number_format($stats['revenue_month']) }}

Expenses (Month)

KES {{ number_format($stats['expenses_month']) }}

Receivables

KES {{ number_format($stats['receivables']) }}

Claims Pending

KES {{ number_format($stats['claims_pending']) }}

Income Report Expenses Receivables Cash Collections Revenue Analysis

Monthly Revenue Trend

@endsection @section('scripts') @endsection