15 lines
505 B
PHP
Raw Normal View History

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