<style> .required:after{ content:'*'; color:red; padding-left:5px; } </style>
{{ Form::label('took_act_or_sat' , 'Did you or will you take the SAT or ACT?', array('class' => 'required') ) }}