allen.yan 81a86ff65d 調整 檔案位置
修正 User新增 加入密碼驗証
20250726
2025-07-26 17:22:09 +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>