@if (countdown(); as timer) {
@if (timer.finished) { El evento comenzó } @else {
{{ timer.days }}DÍAS
{{ timer.hours }}HORAS
{{ timer.minutes }}MINUTOS
{{ timer.seconds }}SEGUNDOS
}
}