8114-fixes

add-changes

register-fix

Apply fixes from StyleCI

register-change
This commit is contained in:
noor
2023-03-20 17:00:08 +05:30
committed by RafficMohammed
parent 5e60d1e0bd
commit 3d14e50c65
2 changed files with 12 additions and 4 deletions

View File

@@ -94,11 +94,11 @@
<div>
<placeholder="Lets set up your account in just a couple of steps.">
<placeholder ="Lets 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;">