How can I echo the value of the database value into input type? Here's the database variable
$suppliers->supplier_name
And here my form text code. this code is not working...
{!! Form::text('supplier_name', '', array('class' => 'form-control','value'=>'$suppliers->supplier_name')) !!}
I'm using laravel 5.1