Files
KI/resources/views/layout/body.blade.php

7 lines
125 B
PHP
Raw Normal View History

2020-04-30 08:31:00 -04:00
<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
@include('layout.scripts')
</body>