@extends('partials.master') @section('title') {{ Contest::title(trans('frontend.menu.reserved', ['band' => $band->name])) }} @stop @section('master')
@include('partials.title', array('title' => trans('frontend.menu.profile'))) {{ trans('frontend.menu.logout') }}

{{{ $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

{{-- --}}

@lang('frontend.participate-form.contact-info')

@lang('frontend.participate-form.not-visible')

{{{ $band->email }}}
{{{ $band->phone }}}

@lang('frontend.participate-form.alternative-contact-info')

@lang('frontend.participate-form.not-visible')

{{{ $band->alternative_name }}}
{{{ $band->alternative_email }}}
{{{ $band->alternative_phone }}}

@lang('frontend.blitz-heading')

@lang('frontend.blitz-text')

Template_1
Template_2
{{ Form::open(array('url' => route('blitz'), 'id' => 'generateKit')) }} {{ Form::close() }}
@include("editions.{$edition}.partners", array('class' => 'evento_area'))
@stop