Files
KI/resources/views/layout/header.blade.php

5 lines
87 B
PHP
Raw Normal View History

2020-04-30 08:31:00 -04:00
<header>
@include('layout.header.franja')
@include('layout.header.menu')
</header>