Property Search

{!! Form::open(array('url' => array('searchproperties'),'class'=>'','name'=>'search_form','id'=>'search_form','role'=>'form')) !!}
{!! Form::close() !!}

Mortgage Calculator

Monthly Payment:

Property Types

    @foreach(\App\Models\Types::orderBy('types')->get() as $type)
  • {{$type->types}} ({{countPropertyType($type->id)}})
  • @endforeach

Featured Properties

@foreach(\App\Models\Properties::where('featured_property',1)->orderBy('id','desc')->take(3)->get() as $property) Image of Property {{ str_limit($property->property_name,35) }} {{ str_limit($property->address,40) }} {{getcong('currency_sign').' '.$property->price}} @endforeach