“Laravel Form Collective Agregar asterisco” Código de respuesta

Laravel Form Collective Agregar asterisco

<style>
    .required:after{ 
        content:'*'; 
        color:red; 
        padding-left:5px;
    }
</style>
Agreeable Anteater

Laravel Form Collective Agregar asterisco

{{ Form::label('took_act_or_sat' , 'Did you or will you take the SAT or ACT?', array('class' => 'required') ) }}
Agreeable Anteater

Respuestas similares a “Laravel Form Collective Agregar asterisco”

Preguntas similares a “Laravel Form Collective Agregar asterisco”

Más respuestas relacionadas con “Laravel Form Collective Agregar asterisco” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código