Files
opensem/resources/views/Shop/home.blade.php
2020-08-20 23:55:42 +02:00

10 lines
194 B
PHP

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