{{-- IZQUIERDA 40%: Agregar Premio (verde) + Ganadores (azul) --}}
{{-- Toggle global del evento — aplica a sorteo individual y multisorteo --}}
{{-- Agregar Premio (VERDE SECUNDARIO arriba) --}}
Agregar Premio
@php
$multiCount = ($premios ?? collect())
->where('tipo_sorteo', 'normal')
->where('estado', '!=', 'ejecutado')
->count();
$multiHabilitado = $multiCount >= 2;
$multiTitle = $multiHabilitado
? 'Sortear varios premios a la vez'
: 'Necesitas al menos 2 premios tipo Normal sin sortear';
@endphp
{{-- Modal edición de premio --}}
@include('sorteos._multisorteo_modal')
Editar premio
3
@endsection
{{-- ═══════════════════════════════════════════════════════════════
FEL SHOW OVERLAY — sprint_show_total
Overlay fullscreen para countdown + ganadores + al agua
═══════════════════════════════════════════════════════════════ --}}
@push('styles')
{{-- FEL SHOW CSS — sprint_show_total --}}
@endpush
@push('scripts')
@endpush
@push('scripts')
{{-- ═══════════════════════════════════════════════════════════════
FEL SHOW ENTERPRISE — sprint_show_enterprise
Fase 1: Tarjetas candidatos + botón manual
Fase 2: Reveal ganador + fanfarria + confeti
═══════════════════════════════════════════════════════════════ --}}
@push('styles')
{{-- FEL SHOW ENTERPRISE CSS --}}
@endpush
@endpush
@push('scripts')
{{-- FEL SEGMENTOS JS — sprint_segmentos_final --}}
@endpush
@push('scripts')
@endpush