8 lines
287 B
PHP
Raw Normal View History

2025-06-17 11:38:46 +08:00
<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>