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

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

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


       @foreach ($loyalityCardMaster as $id => $name)                                     
            
       @endforeach
 

This key value in drop down you can use as per your requirement. Hope it may help someone.

提交回复
热议问题