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

4 lines
121 B
PHP

<header id="header">
@include("Shop.layout.partials.header-nav")
@include("Shop.layout.partials.sections")
</header>