solo super entrega premios
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="ml-2 font-medium text-gray-700">Mostrar resultados del mes pasado</div>
|
||||
</label>
|
||||
|
||||
@if (Auth::user()->rol->nombre == 'super' || Auth::user()->rol->nombre == 'administrador')
|
||||
@if (Auth::user()->rol->nombre == 'super')
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<x-primary-button wire:click="entregarPremio" class="ml-4 disabled:cursor-not-allowed" :disabled="$consultaPremioEntregado">Entregar premios de {{ Carbon\Carbon::now()->subMonth()->format('M') }}</x-primary-button>
|
||||
@if ($consultaPremioEntregado)
|
||||
|
||||
Reference in New Issue
Block a user