Basic resources

This commit is contained in:
2020-12-15 17:45:45 -03:00
parent 6c945e915f
commit acde7a5023
9 changed files with 65 additions and 0 deletions

View File

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