Layout base

This commit is contained in:
2020-04-30 08:31:00 -04:00
parent 29fc03937a
commit 6284266d2a
9 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
@include('layout.scripts')
</body>