New layout for website

This commit is contained in:
Ludovic CANDELLIER
2020-08-20 01:11:05 +02:00
parent c66fe78f66
commit ba5a9e0417
21 changed files with 302 additions and 10 deletions

View File

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