Files
oficial/app/resources/views/layout/body.blade.php

6 lines
112 B
PHP
Raw Normal View History

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