mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-31 20:04:35 +00:00
25 lines
297 B
PHP
25 lines
297 B
PHP
@include('layout.head')
|
|
|
|
<body>
|
|
|
|
|
|
@include('layout.header')
|
|
|
|
<div class="section mb-5 watch" id="pages">
|
|
<div class="container-fluid pb-5">
|
|
@livewire('watch-tv')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
@include('layout.footer')
|
|
|
|
@include('layout.dependency')
|
|
|
|
@include('layout.script')
|
|
|
|
</body>
|
|
|
|
</html>
|