Files
totalsport/resources/views/layout/body.blade.php
2020-04-10 02:21:25 -04:00

6 lines
96 B
PHP

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