KTVCentral/resources/views/welcome.blade.php
allen.yan ef865b50e1 20250902
移除使用的密碼記錄
加入手機點歌介面
加入 ftp驗証
2025-09-02 11:25:28 +08:00

10 lines
301 B
PHP

<x-app-layout>
<x-slot name="header">
<div class="header">超級巨星 自助式KTV</div>
<div class="banner">
<img src="{{ asset('手機點歌/LOGO_721x211px.png') }}" alt="超級巨星 Banner">
</div>
</x-slot>
<livewire:pages.home />
</x-app-layout>