Letterhead
Customers List
All Customers: {{number_format($data['all'],0)}} Active Customers: {{number_format($data['active'],0)}} Inactive Customers: {{number_format($data['inactive'],0)}}
@php($count = 1) @foreach ($customers as $customer) @php($count++) @endforeach
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 }}