UI
This commit is contained in:
7
ui/resources/views/layout/body.blade.php
Normal file
7
ui/resources/views/layout/body.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
<body>
|
||||
@include('layout.body.header')
|
||||
<div class="ui container">
|
||||
@yield('page_content')
|
||||
</div>
|
||||
@include('layout.body.footer')
|
||||
</body>
|
Reference in New Issue
Block a user