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

@@ -1,5 +1,13 @@
<div>
<div class="flex flex-col space-y-1">
<a href="{{ $row->link }}" target="_blank">
<x-badge class="whitespace-nowrap">{{ __('Link') }}</x-badge>
</a>
<div>
@can('update', $row)
<x-button primary xs :href="route('bitcoinEvent.form', ['bitcoinEvent' => $row])">
<i class="fa-thin fa-edit"></i>
{{ __('Edit') }}
</x-button>
@endif
</div>
</div>