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

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

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


    @foreach($items as $item)
      
    @endforeach
  

Hope this will solve your problem

提交回复
热议问题