{{ Form::label('Dtf_Value') }} {{ Form::text('Dtf_Value', $tblDtf->Dtf_Value, ['class' => 'form-control' . ($errors->has('Dtf_Value') ? ' is-invalid' : ''), 'placeholder' => 'Dtf Value']) }} {!! $errors->first('Dtf_Value', '
:message
') !!}
{{ Form::text('user', Auth::user()->email, ['class' => 'form-control' . ($errors->has('user') ? ' is-invalid' : ''), 'placeholder' => 'User','hidden']) }} {!! $errors->first('user', '
:message
') !!}