{{ Form::open(array('url' => 'auth/login','id'=>'login_tnc')) }} {{ Form::hidden('offset','value',array('id'=>'offset_tnc','class'=>'inputStyle')) }} {{ Form::hidden('is_login_page','1',array('class'=>'inputStyle')) }}
{{ Form::hidden('email', '',array('style'=>'text-transform:lowercase;'))}}
{{ Form::hidden('password','',array('class'=>'inputStyle')) }}
{{ Form::hidden('is_accepted_tnc','1',array('class'=>'inputStyle')) }}
{{ Form::submit('I Agree',array('class'=>'btn btn-medium')) }} {{ Form::button('Cancel',array('id'=>'close_tnc_pop', 'class'=>'btn btn-medium')) }}
{{ Form::close() }}
* {{ Form::label('email', 'Email') }} {{ Form::text('email', Input::old('email'),array('style'=>'text-transform:lowercase;'))}} @if($errors->has('email'))
{{ $errors->first('email') }}
@endif* {{ Form::label('password', 'Password') }} {{ Form::password('password','',array('class'=>'inputStyle')) }} @if($errors->has('password'))
{{ $errors->first('password') }}
@endif{{Form::checkbox('remember_me',true,Input::has('remember_me'))}} Remember my user ID
{{ Form::submit('Login',array('class'=>'btn btn-medium')) }}
Don't have account? Register |
Forgot Password?