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