Showing {{ $properties->firstItem() }} - {{ $properties->lastItem() }} of {{ $total_properties }} properties
@forelse($properties as $property)
{{ $property->title }}
{{ $property->title }}
₹{{ number_format($property->price) }} | {{ $property->area }} sq.ft | {{ ucfirst($property->furnishing) }}
Amenities: {{ $property->amenities }}
Listed by {{ $property->listed_by }}
@auth Contact @else @endauth
@empty
No properties found for the selected filters.
@endforelse
{!! $properties->links() !!}