@extends("app") @section('head_title', 'Featured Properties | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content") Featured Properties Home Featured Properties @foreach($properties as $i => $property) {{getcong('currency_sign').' '.$property->price}} {{ str_limit($property->property_name,35) }} {{ str_limit($property->address,40) }} {!! str_limit($property->description,100) !!} {{$property->land_area}} m2 {{$property->bedrooms}} bed {{$property->bathrooms}} bath More @endforeach @include('_particles.pagination', ['paginator' => $properties]) @endsection