@foreach($leads as $row) @endforeach
S.No. Date Product Name Buyer Name Phone Email City
{{$n}} {{date('d-m-Y', strtotime($row->created_at))}} {{$row->product_name}} {{$row->buyer_name}} {{$row->phone}} {{$row->email}} {{$row->city}}