<body>
@include('layout.body.header')
<div class="ui bottom attached segment">
@yield('page_content')
</div>
@include('layout.body.footer')
</body>