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

Reports

Gain insights into your business performance.

Total Income

{{ formatCurrency($totalIncome) }}

Total Expenses

{{ formatCurrency($totalExpenses) }}

Net Profit

{{ formatCurrency($profit) }}

CASH RECEIVABLES
View Details

{{ formatCurrency($receivables) }}

Unpaid invoices waiting for collection.

CASH PAYABLES
View Details

{{ formatCurrency($payables) }}

Unpaid bills that need settlement.

Financial Statements
@endsection