Files
base_web/resources/views/layout/body.blade.php

6 lines
96 B
PHP
Raw Normal View History

2020-12-15 17:45:45 -03:00
<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
</body>