@php $money = fn ($value) => 'R '.number_format((float) $value, 2); @endphp New client @can('view-financial-reports') Export Clients @endcan

Total Clients

{{ number_format($summary['total_clients']) }}

Active Clients

{{ number_format($summary['active_clients']) }}

Outstanding Clients

{{ number_format($summary['outstanding_clients']) }}

Recent clients

Recent statements

Outstanding clients

@forelse ($outstandingClients as $client)
{{ $client->name }}{{ $client->open_invoice_count }} open invoices {{ $money($client->outstanding_balance) }}
@empty @endforelse