@extends('sidebar-template')
@section('content')
@include('blocks.banners')
@include('blocks.buttons')
{{$title}}
{{$description}}
@stop
@section('sidebar')
{{-- --}}
@stop
@section('js_functions')
my_main.Listings();
@stop
@section('algolia-layouts')
@include('listings.product-template');
@stop