Files
contabilidad/ui/resources/views/layout/body.blade.php

8 lines
160 B
PHP

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