Export Data to Excel in Laravel using Maatwebsite


Export to Excel

@foreach($customer_data as $customer) @endforeach
Customer Name Address City Postal Code Country
{{ $customer->MainName }}