Files
oficial/app/resources/views/layout/body.blade.php
2023-07-24 20:55:26 -04:00

6 lines
112 B
PHP

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