@extends('layout') @section('subtitle') Login to Game Loadouts @stop @section('description') Login with your Game Loadouts account here. @stop @section('content')

Login

{{ Form::open(array('action' => 'UserController@login', 'id' => 'logInForm', 'class' => 'form-horizontal')) }}
{{ Form::text('emailOrUsername', '', array('class' => 'form-control input-lg', 'placeholder' => 'Username or Email', 'required' => '')) }}
{{ Form::password('password', array('class' => 'form-control input-lg', 'placeholder' => 'Password', 'required' => '')) }}
Forgot Password
{{ Form::close() }}

Don't have an account?

You can register for free.

@stop