This commit is contained in:
2020-03-02 01:05:39 -03:00
parent 91b996201c
commit d28f0f2f07
42 changed files with 444 additions and 69 deletions

View File

@ -2,7 +2,9 @@
<html lang="es">
@include('layout.head')
<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
<div id="page_container">
@include('layout.header')
@yield('page_content')
@include('layout.footer')
</div>
</body>