Populating a dropdown menu with database results in Laravel with empty option in Form::select with lists()
Written by codeadminIn order to populate a dropdown menu with all the records from the Category Model, you can do the following, in your blade (view) file: {{ Form::select('drpCatg', ..