@extends('layouts.frontlayout') @section('content')
@include('frontend.products.sidebar')
@if(isset($highlightsListing) && $highlightsListing->toArray())

Highlights

@endif

Search results

@if(isset($listing) && count($listing) > 0 ) @include('frontend.products.listingLoop') @else

No Records Found

@endif
@include('frontend.partials.pagination', ["pagination" => $listing])
@endsection