Laravel-5 how to populate select box from database with id value and name value

后端 未结 15 1743
梦如初夏
梦如初夏 2020-11-29 21:15

I want to create a select box like the one below using illuminate\\html :


  @foreach($itemlist as $item)
    
  @endforeach

In select box, it will be like this,


提交回复
热议问题