@foreach ($contacts as $row)
@endforeach
# | Name | Phone | City | State | Date |
---|---|---|---|---|---|
{{ $row->name }} | {{ $row->mobile }} | Hyderabad | Telangana | {{ date('d-m-Y', strtotime($row->created_at)) }} |