Client Report

Generated: {{ $generatedAt }}@if($dateFrom || $dateTo) • Date range: {{ $dateFrom ?? '—' }} to {{ $dateTo ?? '—' }}@endif

@forelse($rows as $row) @empty @endforelse
Client code Name Email Status Accounts Cards Created
{{ $row['client_code'] ?? '—' }} {{ $row['full_name'] ?? '—' }} {{ $row['email'] ?? '—' }} {{ $row['status'] ?? '—' }} {{ $row['accounts_count'] ?? 0 }} {{ $row['cards_count'] ?? 0 }} {{ $row['created_at'] ?? '—' }}
No records