x-cloak added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 13:39:34 +01:00
parent c9e91703fb
commit 7dd33c93dd
13 changed files with 39 additions and 22 deletions

View File

@@ -6,14 +6,14 @@
<div class="pb-5 flex flex-row justify-between">
<h3 class="text-lg font-medium leading-6 text-gray-200">{{ __('Venue') }}</h3>
<div class="flex flex-row space-x-2 items-center">
<div>
{{--<div>
@if($venue->id)
<x-button negative wire:click="deleteMe">
<i class="fa fa-thin fa-trash"></i>
{{ __('Delete') }}
</x-button>
@endif
</div>
</div>--}}
<div>
<x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i>