@extends('layouts.layout') @section('content')

Listings Without Map

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

Back to filters

Results For : New York

Sort by:
@forelse ($residences as $residence) @include('components.property-card-single', ['residence' => $residence]) @empty @endforelse
@endsection