{{ Form::label('is_featured', 'Feature') }} {{ Form::select('is_featured', [ 0 => 'No', 1 => 'Yes', ], null, array('class' => 'form-control') ) }}