Files
KI/resources/views/layout/body.blade.php
2020-04-30 08:31:00 -04:00

7 lines
125 B
PHP

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