@extends('layouts.app') @section('title', 'Top Clients Report') @section('page-title', 'Reports') @section('content')
Create and get paid on invoices to see your top clients.
| # | Client | Total Paid |
|---|---|---|
| {{ $i + 1 }} | {{ $client->display_name }} | ₦{{ number_format($client->invoices_sum_total ?? 0, 2) }} |