Does anybody know how can I set in my select box the first option to empty value?
I\'m getting the data from my DB, and I would like to set the option by default as \"P
Adding to Laerte anwser
You can do it at the Blade level just by issuing a command:
Blade level
{!! Form::select('entity', $entityArray) !!}