@extends('app') @section('content')

{{getcong('home_title')}} @foreach($lstHomePageCategories as $row) @if($n==1) {{$row['data']->category_name}} @else {{$row['data']->category_name}} @endif @endforeach

{{getcong('home_sub_title')}}

{!! Form::open(array('url' => 'listings/','method'=>'get','class'=>'card-body row pb-1','id'=>'search','role'=>'form')) !!}
{!! Form::close() !!}

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

@if(count($featured_listings) > 0)

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

@endif @endsection