@extends('site_app') @section('head_title', trans('words.favourite_properties').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
{{ $property_info->types->type_name }}
@if(isset($property_info->locations->name) AND $property_info->locations->name!="") {{$property_info->locations->name}} @else {{Str::limit(stripslashes($property_info->address),40)}} @endif