@extends('site_app') @section('head_title', trans('words.property_text').' - '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(get_web_banner('list_top')!="")
{!!stripslashes(get_web_banner('list_top'))!!}
@endif
@include("pages.sidebar_left")
@endsection