Laravel form zbiorowy dodaj gwiazdkę
<style>
.required:after{
content:'*';
color:red;
padding-left:5px;
}
</style>
Agreeable Anteater
<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') ) }}