allen.yan df8d7ce4ac 202508031828
調整權限位置
2025-08-03 18:31:42 +08:00

10 lines
333 B
PHP

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