fldClientMobileAlerts }}>
{!! Form::label('username', 'Username',array('class'=>'lbl table-text light' )); !!}
{!! Form::text('email',$client->fldClientEmail,array('id'=>'username','class'=>'text','required','readonly','style'=>'background-color: #F4EDE8;')) !!}
@if($errors->settings->first('email'))
{!!$errors->settings->first('email')!!}
@endif
{!! Form::label('password', 'Password',array('class'=>'lbl table-text light' )); !!}
{!! Form::password('password',array('id'=>'password','class'=>'text')) !!}
@if($errors->settings->first('password'))
at least 8 char | an uppercase | a number | special char |
{!!$errors->settings->first('password')!!}
@endif