@extends('site_app') @section('head_title', getcong('site_name') ) @section('head_url', Request::url()) @section('content') @include("pages.home.slider") @if(get_web_banner('home_top')!="")
{!!stripslashes(get_web_banner('home_top'))!!}
@endif

{{trans('words.property_type')}}

{{trans('words.view_all')}}
@foreach($type_list as $type_data) @endforeach
@if(count($trending_list) > 0)

{{trans('words.trending_now')}}

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