{{ config('app.address', '') }}
Customer List
Generated on {{ now()->format('d M Y') }}
@foreach($customers as $customer) @endforeach
Name Email Phone Address
{{ $customer->name }} {{ $customer->email ?? '-' }} {{ $customer->phone ?? '-' }} {{ $customer->address ?? '-' }}