8 lines
277 B
PHP
8 lines
277 B
PHP
<x-admin.section-header title="{{ __('users.list') }}">
|
|
<x-wireui:button
|
|
wire:click="$dispatchTo('admin.user-form', 'openModal')"
|
|
icon="plus"
|
|
label="{{ __('users.CreateNew') }}"
|
|
class="bg-blue-600 text-white"
|
|
/>
|
|
</x-admin.section-header> |