8 lines
280 B
PHP
Raw Normal View History

2025-07-01 10:25:50 +08:00
<x-admin.section-header title="{{ __('text_ads.list') }}">
<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>