Files
base_web/resources/views/layout/body.blade.php
2020-12-15 17:45:45 -03:00

6 lines
96 B
PHP

<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
</body>