refs #443 form element add manuel

This commit is contained in:
cuneytsenturk
2018-08-07 17:35:45 +03:00
parent 36df336578
commit 62beb11051
22 changed files with 84 additions and 36 deletions

View File

@@ -7,6 +7,8 @@
<form role="form" method="POST" action="{{ url('auth/forgot') }}">
{{ csrf_field() }}
@stack('email_input_start')
<div class="form-group has-feedback{{ $errors->has('email') ? ' has-error' : '' }}">
<input name="email" type="email" class="form-control" placeholder="{{ trans('auth.enter_email') }}" required>
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
@@ -16,6 +18,9 @@
</span>
@endif
</div>
@stack('email_input_end')
<div class="row">
<!-- /.col -->
<div class="col-sm-offset-8 col-sm-4">