laravel fill value in Form::text

0.21K views
no comments
23 Mar 2017 1:45 am
	wrong {!! Form::text('ctitle', '', array_merge(['id'=>'ctitle','class' => 'form-control','value'=>$c_data['title']])) !!}
	right  wrong {!! Form::text('ctitle', $c_data['title'], array_merge(['id'=>'ctitle','class' => 'form-control'])) !!}

NOTE:Your Email Address will be not shown and please do not add spamming comments because here is REL="NOFOLLOW" on your links and comments also moderated shown.
<code>Put html css or any language code under this tag</code>