KTVCentral/resources/views/livewire/headers/broadcast-template.blade.php

10 lines
368 B
PHP
Raw Normal View History

2025-08-03 22:02:25 +08:00
<x-admin.section-header title="{{ __('broadcast-templates.list') }}">
@if ($canCreate)
<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>