@extends('site_app') @section('head_title', stripslashes($property_info->title).' - '.getcong('site_name') ) @section('head_description', Str::limit(stripslashes($property_info->description),160)) @section('head_image', URL::to('/'.$property_info->image)) @section('head_url', Request::url()) @section('content')
@if(get_location_info($property_info->location_id,'name')!="") {{get_location_info($property_info->location_id,'name')}} @else {{stripslashes($property_info->address)}} @endif
{!!stripslashes($property_info->description)!!}
{{trans('words.address')}} : {{stripslashes($property_info->address)}}