@extends('layouts.front') @section('title'){{$category->meta_title ? $category->meta_title : $category->name." - ".config('app.name')}}@endsection @section('meta-tags') @if($category->meta_keywords)@endif @endsection @section('meta-tags-og') @if($category->photo)@endif @endsection @section('sidebar') @endsection @section('above_content') @endsection @section('content')
@include('partials.front.sections.brand-category.above-main-slider') @if(config('settings.main_slider_enable')) {{-- Main Banner --}} @include('includes.image-layouts.main-banner') @if(count($banners_main_slider) > 0) {{-- Below Main Banner --}} @include('includes.info-tiles') @endif @endif @include('partials.front.sections.brand-category.below-main-slider') {{-- Single Image Per Row Banner --}} @if(count($banners_below_main_slider) > 0) @include('includes.image-layouts.single-img-layout-banner', ['banners' => $banners_below_main_slider]) @endif {{-- Two Image Layout Banner --}} @if(count($banners_below_main_slider_2_images_layout) > 0) @include('includes.image-layouts.two-img-layout-banner', ['banners' => $banners_below_main_slider_2_images_layout]) @endif {{-- Products View --}} @include('includes.products_pagination')
@endsection @section('footer') @include('partials.front.sections.brand-category.above-footer') @endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection