diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index 498e6ab..6ae3507 100755 --- a/resources/views/livewire/show-planes.blade.php +++ b/resources/views/livewire/show-planes.blade.php @@ -329,7 +329,7 @@ @if ($consulta_verUsuarios) @if ($consulta_verUsuarios->estado == 'pendiente') @if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->completa) - @if (Auth::user()->rol->nombre != 'editor') + @if (Auth::user()->rol->nombre == 'super') @@ -337,7 +337,7 @@ @endif @else @if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->pantallas) - @if (Auth::user()->rol->nombre != 'editor') + @if (Auth::user()->rol->nombre == 'super') diff --git a/resources/views/livewire/show-usuarios.blade.php b/resources/views/livewire/show-usuarios.blade.php index daf5466..323908b 100755 --- a/resources/views/livewire/show-usuarios.blade.php +++ b/resources/views/livewire/show-usuarios.blade.php @@ -70,21 +70,26 @@