Report

{{count($collection)}} Customers has been imported!

@foreach ($collection as $customer) @endforeach
Id Name Email AC Code
{{$customer["id"]}} {{$customer["first_name"]. ' ' .$customer["last_name"]}} {{$customer["email"]}} {{$customer["ac_code"]}}