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

10 lines
368 B
PHP

<x-admin.section-header title="{{ __('broadcast-templates.list') }}">
@if ($canCreate)
<x-button
wire:click="$dispatchTo('forms.broadcast-template-form', 'openModal')"
icon="plus"
label="{{ __('broadcast-templates.CreateNew') }}"
class="bg-blue-600 text-white"
/>
@endif
</x-admin.section-header>