@extends('layouts.sidebar')
@section('title')
Property Detail
@stop
@section('content')
@include('helpers/properties/info')
@include('helpers/properties/gallery')
@include('helpers/properties/valuation')
@include('helpers/properties/description')
@include('helpers/properties/amenities')
@include('helpers/properties/map_small')
@include('helpers/agents/card')
@include('helpers/properties/chart')
@include('helpers/misc/promotion')
@stop
@section('sidebar')
@include('helpers/properties/widget-enquire')
@include('helpers/agents/widget-best')
@include('helpers/misc/widget-newsletter')
@include('helpers/misc/widget-filter')
@stop