laravel fill value in Form::text

0.25K views
no comments
23 Mar 2017 1:45 am

[php]
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’])) !!}
[/php]

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>