allen.yan 5d8c436f86 202508030942
調整檔案位置
RoomGrid 加入 all
2025-08-03 10:22:07 +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>