Authenticacion

This commit is contained in:
2020-04-07 15:37:21 -04:00
parent 2ae6826ff4
commit bca4665721
27 changed files with 378 additions and 34 deletions

View File

@ -4,7 +4,9 @@
<body>
<div id="page_container" class="ui fluid container">
@include('layout.header')
@yield('page_content')
<div class="content">
@yield('page_content')
</div>
@include('layout.footer')
</div>
</body>