KTV/resources/views/livewire/headers/branch.blade.php
allen.yan 948d21667b 202508031042
分頁加入 分店記錄
import-datas 點沒有做用
2025-08-03 10:43:55 +08:00

15 lines
499 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('import-datas.branch','openModal')"
icon="document-plus"
label="{{ __('branches.ImportData') }}"
class="bg-green-600 text-white"
/>
</x-admin.section-header>