@extends('partials.master') @section('title') {{ Contest::title() }} @stop @section('open-graph') @if ($status === 'teaser') @else @endif @if ($status === 'teaser') @else @endif @stop @section('after-head') @parent @if ($edition === 'pt-BR')

Final ao vivo

@if (Carbon\Carbon::parse('2030-05-06 19:30:00', 'America/Sao_Paulo')->isPast()) @else

A transmissão ao vivo da final do concurso terá início às 19h30 (horário de Brasília). Por favor tente novamente mais tarde.

@endif x
@endif @stop @section('master')
@if (!Contest::hasBegun())

@lang('frontend.before-start-heading')


@lang('frontend.before-start-text', ['time' => Contest::displayDateStart('%k:%M'), 'date' => Contest::displayDateStart()])

@elseif ($status === 'participate')
@if (count($latest_bands))

@lang('frontend.latest-bands')

    @foreach ($latest_bands as $latest_band)
  • @include('partials.band', array('lazy' => false, 'band' => $latest_band))
  • @endforeach
@endif @elseif ($status === 'vote')

@lang('frontend.vote-heading', ['link' => route('vote')])


@lang('frontend.vote-text', ['link' => route('vote')])

@elseif ($status === 'semi-final-limbo')
@if ($has_shortlist)

@lang('frontend.limbo-heading-with-shortlist', ['date' => Contest::displayDateSemiFinal()])

@else

@lang('frontend.limbo-heading', ['date' => Contest::displayDateSemiFinal()])

@lang('frontend.limbo-heading-with-shortlist', ['date' => Contest::displayDateSemiFinal()])

@endif


@lang('frontend.limbo-text')

@if ($has_shortlist) @lang('frontend.semi-final-cta') @else @lang('frontend.vote-cta') @endif
@elseif ($status === 'semi-final')
@else
@if (!$winner && !$has_finalists)

@lang('frontend.end-heading', ['date' => Contest::displayDateShowFinalists()])


@lang('frontend.end-text')

@lang('frontend.vote-cta') @elseif (!$winner && $has_finalists)

@lang('frontend.final-heading')


@lang('frontend.final-text')

@include("editions.{$edition}.final-program")
VER BANDAS FINALISTAS @else

@lang('frontend.winner-heading', ['winner' => $winner->name])


@lang('frontend.winner-text')


@lang('frontend.winner-cta') @if ($edition === 'pt-BR') @endif @endif
@endif @include('partials.top-bands', array('bands' => $top_bands, 'class' => 'detalhe')) @include("editions.{$edition}.partners", array('class' => 'home'))
@stop