Hello I have a form in laravel opened in model form
{!! Form::model($issue, ['url' => 'calidad/issues/' . $issue->id, 'method' => 'PUT']) !!}
In the form i have some fields stored in a table as $key (name of the field) and $value (value of the field).
I can get the fields values with:
$issue->source()->get()
and this return a collection with the rows.
So my question is, how can i put this values in the form in a simple way.
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1NGL2pY
via IFTTT
Aucun commentaire:
Enregistrer un commentaire