{!! Form::label('email', 'Username',array('class'=>'lbl table-text light' )); !!}
{!! Form::text('email',$manager->fldManagerEmail,array('id'=>'email','class'=>'text')) !!}
@if($errors->accounts->first('email'))
{!!$errors->accounts->first('email')!!}
@endif
{!! Form::label('password', 'Password',array('class'=>'lbl table-text light' )); !!}
{!! Form::password('password',array('id'=>'password','class'=>'text')) !!}