mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
16 lines
170 B
PHP
16 lines
170 B
PHP
|
@include('layout.head')
|
||
|
|
||
|
<body>
|
||
|
|
||
|
@livewire('gm-ban-appeal')
|
||
|
|
||
|
@livewire('gm-ban-appeal-modal')
|
||
|
|
||
|
@include('layout.dependency')
|
||
|
|
||
|
@include('layout.script')
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|