In HTML, the
<select></select>
is a container for MULTIPLE
<option>one option</option>
<option>another option</option>
<option>yet another option</option>
So you'd use a standard foreach to loop your options, and output a separate option tag for each.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community