8114-fixes
add-changes register-fix Apply fixes from StyleCI register-change
This commit is contained in:
@@ -94,11 +94,11 @@
|
||||
|
||||
<div>
|
||||
|
||||
<placeholder="Let’s set up your account in just a couple of steps.">
|
||||
<placeholder ="Let’s set up your account in just a couple of steps.">
|
||||
</div>
|
||||
|
||||
<!-- form open -->
|
||||
{!! Form::open(['action'=>'Auth\AuthController@postRegister', 'method'=>'post']) !!}
|
||||
{!! Form::open(['url'=>'auth/register', 'method'=>'post']) !!}
|
||||
|
||||
<!-- fullname -->
|
||||
<div class="form-group has-feedback {{ $errors->has('full_name') ? 'has-error' : '' }}" style="display: -webkit-box;">
|
||||
|
Reference in New Issue
Block a user