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