fldClientMobileAlerts }}>
{!! Form::label('username', 'Username',array('class'=>'lbl table-text light' )); !!}
{!! Form::text('email',$client->fldClientEmail,array('id'=>'username','class'=>'text')) !!}
@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')) !!}
{!! Form::label('promo_code', 'Promo Code',array('class'=>'lbl table-text light' )); !!}
{!! Form::text('promo_code',$client->fldClientPromoCode,array('id'=>'promo_code','class'=>'text','disabled'=>'disabled')) !!}