@extends('layouts.main') @if (isset($canonicalIsRequired) && $canonicalIsRequired) @section('meta-content') @endsection @endif @if (isset($noFollowTagIsRequired) && $noFollowTagIsRequired) @section('meta-content') @endsection @endif @section('content') @cstack('Products::client.sections.productSortBy.before') @include ('Products::client.sections.productSortBy') @cstack('Products::client.sections.productSortBy.after') @include ('Products::client.sections.categoriesBanner')