@extends('layout') @section('subtitle') Join Game Loadouts @stop @section('description') Join Game Loadouts. You can sign up for free here. @stop @section('content')

Benefits

No CAPTCHA when submitting and voting on loadouts

Faster voting without needing to refresh the page.

View your submissions on a dedicated page where you can view and remove them.

Comment on loadouts to further express your thoughts.

Account Registration

{{ Form::open(array('action' => 'UserController@join', 'id' => 'registerForm', 'class' => 'form-horizontal')) }}
{{ Form::text('username', '', array('class' => 'form-control input-lg', 'placeholder' => 'Username', 'required' => '')) }}
{{ Form::email('email', '', array('class' => 'form-control input-lg', 'placeholder' => 'Email', 'required' => '')) }}
{{ Form::password('password', array('class' => 'form-control input-lg', 'placeholder' => 'Password', 'required' => '')) }}
{{ Form::password('password_confirmation', array('class' => 'form-control input-lg', 'placeholder' => 'Confirm Password', 'required' => '')) }}

By registering, you are agreeing to our Terms of Use.

{{ Form::close() }}
@stop