Generating A Drop-Down List

Submitted by vjmani22 - 9 years ago

Generating A Drop-Down List

echo Form::select('size', array('L' => 'Large', 'S' => 'Small'));