@extends('site_app') @section('head_title', stripslashes($page_info->page_title).' - '. getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(get_web_banner('other_page_top')!="")
{!!stripslashes(get_web_banner('other_page_top'))!!}
@endif
about_img
{!!stripslashes($page_info->page_content)!!}
{!!stripslashes($page_info->page_about_text2)!!}

{{trans('words.list_your_properties')}} {{getcong('site_name')}}!

{{trans('words.join_now')}}
@if(get_web_banner('other_page_bottom')!="")
{!!stripslashes(get_web_banner('other_page_bottom'))!!}
@endif @endsection