Featured
Properties mentioned in this guide
@foreach ($properties as $property)
@include('partials.site._property-card', ['property' => $property, 'propertyTypes' => $propertyTypes])
@endforeach
@endif
{{-- This page's own Footer SEO Content only — never any other page's (see
partials.site._footer-seo's own doc comment). Plain text, line breaks
preserved. --}}
@include('partials.site._footer-seo', ['footerSeoContent' => $contentPage->footer_seo_content])
@endsection