@include("_particles.auth._connect_buttons")
{{ trans('index.registerwithemail') }}
{!! Form::open(array('action' => array('Auth\RegisterController@register', 'redirectTo' => Request::query('redirectTo') ), 'method' => 'POST', 'onsubmit' => 'return false')) !!}
{!! trans('index.termslink', ['url' => ''.trans('index.terms').'']) !!}
@if(get_buzzy_config('BuzzyRegisterCaptcha')=="on" && get_buzzy_config('reCaptchaKey') !== '')
@endif {!! Form::close() !!}
{{ trans('index.Doyouhaveanaccount') }} {{ trans('index.login') }}