Files
operadores/ui/resources/views/layout2/body.blade.php
2021-08-10 15:52:03 -04:00

6 lines
106 B
PHP

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