8 lines
287 B
PHP
Raw Permalink Normal View History

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