KTV/resources/views/livewire/headers/text-ad.blade.php
allen.yan 5d8c436f86 202508030942
調整檔案位置
RoomGrid 加入 all
2025-08-03 10:22:07 +08:00

8 lines
287 B
PHP

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