update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user