mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
19 lines
197 B
PHP
19 lines
197 B
PHP
@include('layout.head')
|
|
|
|
@vite(['resources/js/tinymce.js'])
|
|
|
|
@include('layout.header')
|
|
|
|
|
|
<body>
|
|
|
|
@livewire('bug-report')
|
|
|
|
|
|
@include('layout.dependency')
|
|
|
|
|
|
@include('layout.script')
|
|
</body>
|
|
</html>
|