%form.form-horizontal{:action => "{{ url('login') }}", :method => "POST"} = csrf_field() .form-group .col-md-12 %label Correo electrónico %input#email.form-control{:autofocus => "", :name => "email", :required => "", :type => "email", :value => "{{ old('email') }}"}/ - if ($errors->has('email')) %span.help-block %strong = $errors->first('email') .form-group .col-md-12 %label Contraseña %input#email.form-control{:autofocus => "", :name => "password", :required => "", :type => "password"}/ - if ($errors->has('password')) %span.help-block %strong = $errors->first('password') .form-group .col-md-12 .checkbox %label %input{:name => "remember", :type => "checkbox"}> Recordarme .form-group .col-md-8.col-md-offset-4 %button.btn.btn-primary{:type => "submit"} Login %a.btn.btn-link{:href => "{{ url('password/reset') }}"} Olvidaste tu contraseña