2025-07-01 10:25:50 +08:00
|
|
|
<x-admin.section-header title="{{ __('text_ads.list') }}">
|
2025-09-02 11:25:28 +08:00
|
|
|
<x-button
|
2025-07-01 10:25:50 +08:00
|
|
|
wire:click="$dispatchTo('forms.text-ads-form', 'openModal')"
|
|
|
|
icon="plus"
|
|
|
|
label="{{ __('text_ads.CreateNew') }}"
|
|
|
|
class="bg-blue-600 text-white"
|
|
|
|
/>
|
|
|
|
</x-admin.section-header>
|