mercredi 9 mars 2016

how to get database value into dropbox in laravel 5

I tried this in html code..but i need to do that in laravel format.in here get all the columns to $title..thats why i wrote $title->title in order to get title column.

<select name="title" id="title" style="height:30px;width:250px;color:#080808">
                       <option value="">Select One</option>
                       @foreach($title as $title)
                           <option value="{{$title->title}}">{{$title->title}}</option>
                       @endforeach
                   </select>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire