Filters

Total Invoices
{{ $stats['total_invoices'] }}
Total Revenue
KES {{ number_format($stats['total_revenue'], 2) }}
Total Paid
KES {{ number_format($stats['total_paid'], 2) }}
Outstanding
KES {{ number_format($stats['total_outstanding'], 2) }}

Invoice Status Breakdown

{{ $stats['paid_invoices'] }}
Paid
{{ $stats['partial_invoices'] }}
Partially Paid
{{ $stats['overdue_invoices'] }}
Overdue

Daily Revenue

@php $chartData = $this->getChartData(); @endphp @if(count($chartData['data']) > 0)
@else No data available for selected period @endif
@if(count($chartData['data']) > 0) @endif