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

@@ -108,7 +108,8 @@ class="active"
<!-- mobile Number : Text : -->
<div class="col-md-3 form-group {{ $errors->has('mobile') ? 'has-error' : '' }}">
{!! Form::label('mobile',Lang::get('lang.mobile')) !!}
{!! Form::text('mobile',null,['class' => 'form-control']) !!}
{!! Form::input('number','mobile',null,['class' => 'form-control', 'id' => 'mobile']) !!}
<!-- {!! Form::text('mobile',null,['class' => 'form-control']) !!} -->
</div>
<div class="col-xs-1 form-group {{ $errors->has('ext') ? 'has-error' : '' }}">
<label for="ext">{!! Lang::get('lang.ext') !!}</label>
@@ -116,7 +117,8 @@ class="active"
</div>
<div class="col-xs-3 form-group {{ $errors->has('phone_number') ? 'has-error' : '' }}">
<label for="phone_number">{!! Lang::get('lang.phone') !!}</label>
{!! 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>
<div class="col-xs-2 form-group {{ $errors->has('active') ? 'has-error' : '' }}">
{!! Form::label('active',Lang::get('lang.status')) !!}