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

15 lines
505 B
PHP

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