@include("auth.connect_buttons")
{{ trans('index.registerwithemail') }}
{!! Form::open(array('action' => array('Auth\AuthController@register', 'redirectTo' => Request::query('redirectTo') ), 'method' => 'POST', 'onsubmit' => 'return false')) !!}
{!! trans('index.termslink', ['url' => ''.trans('index.terms').'']) !!}
{!! Form::close() !!}
{{ trans('index.Doyouhaveanaccount') }} {{ trans('index.login') }}