@extends('shop.layout.layout', [ 'title' => __('home.title'), ]) @section('content') @include("Shop.layout.partials.block-breadcrumb") @include("Shop.layout.partials.block-products") @endsection