mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
schedule
This commit is contained in:
@@ -147,6 +147,14 @@
|
||||
<button x-bind="focusableWhenVisible" class="px-4 py-2 text-sm">
|
||||
#{{ $loop->iteration }} Bild
|
||||
</button>
|
||||
|
||||
@if(auth()->user()->hasRole('super-admin'))
|
||||
<x-button wire:click="deletePhoto({{ $image->id }})" xs
|
||||
x-bind="focusableWhenVisible"
|
||||
class="px-4 py-2 text-sm">
|
||||
Löschen
|
||||
</x-button>
|
||||
@endif
|
||||
</li>
|
||||
@endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user