Files
contabilidad/ui/resources/views/layout/body.blade.php
2021-07-29 22:05:48 -04:00

6 lines
106 B
PHP

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