10 lines
343 B
PHP
Raw Normal View History

2025-05-13 13:36:31 +08:00
<x-admin.section-header title="{{ __('roles.list') }}">
2025-08-03 18:31:42 +08:00
@if ($canCreate)
<x-wireui:button
wire:click="$dispatchTo('forms.role-form', 'openCreateRoleModal')"
icon="plus"
label="{{ __('roles.CreateNew') }}"
class="bg-blue-600 text-white"
/>
@endif
2025-05-13 13:36:31 +08:00
</x-admin.section-header>