Home

Login Page


{{ Form::open(array('action' => 'HomeController@loginUser')) }}

{{ Form::label("usernamelabel", 'username', array('style' => 'width:50%;height:20%;font-size:500%')) }}
{{ Form::text("username", '', array('style' => 'width:70%;height:15%;font-size:500%')) }}

{{ Form::label("passwordlabel", 'password', array('style' => 'width:50%;height:20%;font-size:500%')) }}
{{ Form::password("password", array('style' => 'width:70%;height:15%;font-size:500%')) }}


{{ Form::submit("Login", array('style' => 'width:70%;height:25%;font-size:500%')) }}

{{ Form::close() }}

{{ $message }}