Customers List
| All Customers: {{number_format($data['all'],0)}} | Active Customers: {{number_format($data['active'],0)}} | Inactive Customers: {{number_format($data['inactive'],0)}} |
| S/N | Type | Name | State | Phone Number | Status |
|---|---|---|---|---|---|
| {{ $count }} | {{ $customer->type }} | {{$customer->type =="individual" ? "$customer->first_name $customer->last_name" : $customer->corporate_name }} | {{ $customer->state }} | {{ $customer->phone_number }} | {{ $customer->status }} |