@extends('Shop.layout.layout', [ 'title' => __('home.title'), ]) @section('content') @if ($display_by_rows ?? true) @include('Shop.layout.partials.category_articles_rows') @else @include('Shop.layout.partials.category_articles') @endif @endsection