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