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

6 lines
96 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<body>
@include('layout.header')
@yield('page_content')
@include('layout.footer')
</body>