Export Data to Excel in Laravel using Maatwebsite
Export to Excel
Customer Name
Address
City
Postal Code
Country
@foreach($customer_data as $customer)
{{ $customer->MainName }}
@endforeach