@extends('layouts.app') @section('titulo', 'Editar Evento — Sorteos FEL') @section('contenido') @php $editable = $evento->puedeEditarse(); $estadoLabel = $evento->estado_label ?? 'Borrador'; $estadoColor = $evento->estado_color ?? '#94A3B8'; @endphp