Files
opensem/resources/views/Shop/home.blade.php
Ludovic CANDELLIER ba5a9e0417 New layout for website
2020-08-20 01:11:05 +02:00

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