2025-08-03 22:00:08 +08:00

8 lines
287 B
PHP

<x-admin.section-header title="{{ __('text_ads.list') }}">
<x-wireui:button
wire:click="$dispatchTo('forms.text-ads-form', 'openModal')"
icon="plus"
label="{{ __('text_ads.CreateNew') }}"
class="bg-blue-600 text-white"
/>
</x-admin.section-header>