Report
{{count($collection)}} Customers has been imported!
Id
Name
Email
AC Code
@foreach ($collection as $customer)
{{$customer["id"]}}
{{$customer["first_name"]. ' ' .$customer["last_name"]}}
{{$customer["email"]}}
{{$customer["ac_code"]}}
@endforeach