allen.yan 81a86ff65d 調整 檔案位置
修正 User新增 加入密碼驗証
20250726
2025-07-26 17:22:09 +08:00

8 lines
287 B
PHP

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