I of course read the documentation but still does not work. here is an example from the documentation <?php<br />echo Form::select('country', 'none', array( 'none' => 'None', 'europe' => array( 'uk' => 'United Kingdom', 'nl' => 'Netherlands' ), 'us' => 'United States' )); ?>
simple question how to apply to the line 'us' =>'United States' attribute selected