Files
opensem/resources/views/Shop/layout/partials/header.blade.php
Ludovic CANDELLIER 32291dc44a enhance css
2023-02-05 21:40:05 +01:00

4 lines
140 B
PHP

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