@extends('frontend.layouts.app') @section('title', $title) @section('meta') {{-- --}} @endsection @section('content')
{{-- Only Visible Large Device --}}

The best place to buy and sell anything or find jobs in ghana for free. Ɛyɛ Fallaa !!

Searching in
@include('frontend.partials.search_form', ['placeholder' => 'Search for anything...'])
@include('frontend.partials.search_form', ['placeholder' => 'Search vehicles...', 'type' => 'vehicles'])
@include('frontend.partials.search_form', ['placeholder' => 'Search mobiles...', 'type' => 'mobile-phones-tablets'])
@include('frontend.partials.search_form', ['placeholder' => 'Search electronics...', 'type' => 'electronics'])
@include('frontend.partials.search_form', ['placeholder' => 'Search jobs...', 'type' => 'jobs'])
@include('frontend.partials.search_form', ['placeholder' => 'Search property...', 'type' => 'property'])
{{-- Only Visible Mobile Device --}}
{{-- Sidebar --}}

Post ad

Trending

@foreach ($categories as $category)
@if ($category->image)
{{ $category->name }}
@endif

{{ $category->name }}

@endforeach
{{-- Trending ads --}} @if ($residentialRents->count() > 0) {{-- Popular in Residential for Rent - Start --}}

Trending ads

@foreach ($residentialRents as $ad)
@include('frontend.ads.list-item-two')
@endforeach {{-- Static Btn --}}
View All
@endif
@include('frontend.layouts.includes.location_modal') @endsection @push('scripts') @endpush