add gap between buttons
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
editor="true"
|
editor="true"
|
||||||
></x-ui.filelist>
|
></x-ui.filelist>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-end mt-8">
|
<div class="flex justify-end gap-4 mt-8">
|
||||||
@isset($post)
|
@isset($post)
|
||||||
<x-ui.button type="button" color="danger" x-data x-on:click.prevent="SM.confirmDelete('{{ csrf_token() }}', 'Delete post?', 'Are you sure you want to delete this post? This action cannot be undone', '{{ route('admin.post.destroy', $post) }}')">Delete</x-ui.button>
|
<x-ui.button type="button" color="danger" x-data x-on:click.prevent="SM.confirmDelete('{{ csrf_token() }}', 'Delete post?', 'Are you sure you want to delete this post? This action cannot be undone', '{{ route('admin.post.destroy', $post) }}')">Delete</x-ui.button>
|
||||||
@endisset
|
@endisset
|
||||||
|
|||||||
Reference in New Issue
Block a user