Alphabets in phone number,Page design change

This commit is contained in:
arindam85
2016-12-01 14:41:53 +05:30
parent f29c98bf50
commit b89b89c85b
13 changed files with 813 additions and 95 deletions

View File

@@ -132,12 +132,14 @@ class="active"
<!-- phone -->
<div class="col-xs-3 form-group {{ $errors->has('phone_number') ? 'has-error' : '' }}">
{!! Form::label('phone_number',Lang::get('lang.phone')) !!}
{!! Form::text('phone_number',null,['class' => 'form-control']) !!}
<!-- {!! Form::text('phone_number',null,['class' => 'form-control']) !!} -->
{!! Form::input('number','phone_number',null,['class' => 'form-control', 'id' => 'phone_number']) !!}
</div>
<!-- Mobile -->
<div class="col-xs-3 form-group {{ $errors->has('mobile') ? 'has-error' : '' }}">
{!! Form::label('mobile',Lang::get('lang.mobile_number')) !!}@if($send_otp->status ==1)<span class="text-red"> *</span>@endif
{!! Form::text('mobile',null,['class' => 'form-control']) !!}
<!-- {!! Form::text('mobile',null,['class' => 'form-control']) !!} -->
{!! Form::input('number','mobile',null,['class' => 'form-control', 'id' => 'mobile']) !!}
</div>
</div>
<div>

View File

@@ -155,7 +155,8 @@ class="active"
{!! Form::label('phone_number',Lang::get('lang.phone')) !!}
{!! Form::text('phone_number',null,['class' => 'form-control']) !!}
<!-- {!! Form::text('phone_number',null,['class' => 'form-control']) !!} -->
{!! Form::input('number','phone_number',null,['class' => 'form-control', 'id' => 'phone_number']) !!}
</div>
@@ -163,8 +164,9 @@ class="active"
<div class="col-xs-3 form-group {{ $errors->has('mobile') ? 'has-error' : '' }}">
{!! Form::label('mobile',Lang::get('lang.mobile_number')) !!}
{!! Form::input('number','mobile',null,['class' => 'form-control', 'id' => 'mobile']) !!}
{!! Form::text('mobile',null,['class' => 'form-control']) !!}
<!-- {!! Form::text('mobile',null,['class' => 'form-control']) !!} -->
</div>