@extends('layouts.app') @section('styles') @endsection @section('content')

Welcome to {{ SiteConfig::get('name') }}

Find Your Dream Property

Property Map

Featured Properties

@forelse($featuredProperties as $property)
{{ $property->title }}

{{ $property->title }}

{{ Str::limit($property->description, 100) }}

{{ $property->bedrooms }} bed {{ $property->bathrooms }} bath {{ $property->area_sqft }} sqft
£{{ number_format($property->price, 2) }} View Details
@empty

No featured properties available at the moment.

@endforelse
@endsection @push('scripts') @livewireScripts @endpush