2025-08-03 22:02:25 +08:00
|
|
|
<x-admin.section-header title="{{ __('broadcast-templates.list') }}">
|
|
|
|
@if ($canCreate)
|
2025-09-02 11:25:28 +08:00
|
|
|
<x-button
|
2025-08-03 22:02:25 +08:00
|
|
|
wire:click="$dispatchTo('forms.broadcast-template-form', 'openModal')"
|
|
|
|
icon="plus"
|
|
|
|
label="{{ __('broadcast-templates.CreateNew') }}"
|
|
|
|
class="bg-blue-600 text-white"
|
|
|
|
/>
|
|
|
|
@endif
|
|
|
|
</x-admin.section-header>
|