This commit is contained in:
Felipe
2023-10-23 17:09:05 -05:00
parent 42604a658c
commit fd9afd2183
22 changed files with 844 additions and 515 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<p class="text-sm">
{{ $item->descripcion }}
</p>
@if (!$item->todos)
@if (!$item->todos || Auth::user()->rol->nombre == 'administrador')
<span class="text-red-500 font-semibold absolute top-0 right-2 cursor-pointer select-none" wire:click="deleteNotificacion({{ $item->id }})" wire:loading.remove>
x
</span>