@lang('frontend.want-to-vote')

@lang('frontend.want-to-vote2')


@lang('frontend.vote-via-email-heading')

{{ Form::open(array('url' => route('post-register-to-vote'), 'id' => 'form_reg_votar')) }} {{ Form::text('email', null, array('placeholder' => trans('frontend.email-placeholder'))) }}

@lang('frontend.after-registration')

{{ Form::hidden('band_id', $band->id) }} {{ Form::submit(trans('frontend.vote-via-email')) }} {{ Form::close() }} x