10 lines
333 B
PHP
Raw Normal View History

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