@extends('partials.master') @section('title') {{ Contest::title($band->name) }} @stop @section('open-graph') @stop @section('after-head') @include('partials.vote-modal') @stop @section('master')

{{{ $band->name }}}

{{{ $band->song }}}

@if ($band->second_youtube_id)
@endif @if ($band->interview_youtube_id)
@endif

{{ $band->bio }}

@foreach($band->elements as $member) {{ $member->name }} - {{ $member->function }} @endforeach

(Acesso exclusivo a bandas)
@if (in_array($status, array('participate', 'vote')) || ($status === 'semi-final' && $band->shortlist)) @if (!Auth::check())

@lang('frontend.login-and-vote') >

{{ $band->phase_votes_count }} votar

@else

@lang('frontend.vote-this-band') >

{{ $band->phase_votes_count }} votar

{{ Form::open(array('url' => route('post-vote'), 'class' => 'formVote', 'id' => 'vote-form')) }} {{ Form::close() }}

@lang('frontend.already-voted')

{{ $band->phase_votes_count }} {{ trans('frontend.thankyou') }}

@endif @else {{--

{{ @lang('frontend.total-votes')

{{ $band->phase_votes_count }}

--}} @endif
@lang('frontend.vote-cta')
@include("editions.{$edition}.partners", array('class' => 'detalhe'))
@stop