2025-05-05 14:55:20 +08:00
|
|
|
<div class="flex justify-end mb-2 mr-2 mt-2 sm:mt-0 gap-3">
|
2025-05-02 18:07:25 +08:00
|
|
|
<x-wireui:button
|
2025-05-05 14:55:20 +08:00
|
|
|
wire:click="$dispatchTo('admin.artist-form', 'openModal')"
|
2025-05-02 18:07:25 +08:00
|
|
|
icon="plus"
|
|
|
|
label="{{ __('artists.CreateNew') }}"
|
|
|
|
class="bg-blue-600 text-white"
|
|
|
|
/>
|
2025-05-05 14:55:20 +08:00
|
|
|
|
|
|
|
<x-wireui:button
|
|
|
|
wire:click="$dispatchTo('admin.artist-import-data','openModal')"
|
|
|
|
icon="document-plus"
|
|
|
|
label="{{ __('artists.ImportData') }}"
|
|
|
|
class="bg-green-600 text-white"
|
|
|
|
/>
|
2025-05-02 18:07:25 +08:00
|
|
|
</div>
|