2025-07-26 17:22:09 +08:00
|
|
|
<x-admin.section-header title="{{ __('text_ads.list') }}">
|
2025-08-03 18:31:42 +08:00
|
|
|
@if ($canCreate)
|
|
|
|
<x-wireui:button
|
|
|
|
wire:click="$dispatchTo('forms.text-ads-form', 'openModal')"
|
|
|
|
icon="plus"
|
|
|
|
label="{{ __('text_ads.CreateNew') }}"
|
|
|
|
class="bg-blue-600 text-white"
|
|
|
|
/>
|
|
|
|
@endif
|
2025-07-26 17:22:09 +08:00
|
|
|
</x-admin.section-header>
|