@extends('Shop.layout.layout', [ 'title' => __('home.title'), ]) @section('content')
@include('Shop._partials.display_filters')

{{ $category['name'] }}

{!! $category['description'] !!}

@include('Shop.Shelves.partials.category_add')
@include('Shop.Tags.partials.filter') @if ($display_by_rows ?? false) @include('Shop.Shelves.partials.category_articles_rows') @else @include('Shop.Shelves.partials.category_articles') @endif @endsection