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