@extends('admin.layouts.app') @section('title', 'Top Client List') @push('styles') @endpush @section('container')
| SL | Customer | Mobile No | Address | Paid |
|---|---|---|---|---|
| {{ $index+1 }} | {{ $client->name }} | {{ $client->phone }} | {{ $client->address }} | {{ $client->paid }} |
| Total | {{ number_format(0,2) }} | {{ number_format(0,2) }} |