@extends('user_layout.app') @section('content')

{{ $property->title }}

{{ $property->location }} | ₹ {{ number_format($property->price) }}

@if($property->images && count($property->images) > 0) @endif

Description

{!! $property->description !!}
Enquire Now
@endsection