allen.yan 5d8c436f86 202508030942
調整檔案位置
RoomGrid 加入 all
2025-08-03 10:22:07 +08:00

15 lines
492 B
PHP

<x-admin.section-header title="{{ __('songs.list') }}">
<x-wireui:button
wire:click="$dispatchTo('forms.song-form', 'openModal')"
icon="plus"
label="{{ __('songs.CreateNew') }}"
class="bg-blue-600 text-white"
/>
<x-wireui:button
wire:click="$dispatchTo('forms.import-datas.song','openModal')"
icon="document-plus"
label="{{ __('songs.ImportData') }}"
class="bg-green-600 text-white"
/>
</x-admin.section-header>