Validation
All of Laravel's validation rules are available to your fields, including rules such as Accepted if, that kicks in only if a condition is met on another field.
required is by far the most commonly applied rule in forms and for this reason, a badge is rendered on fields that are required.
Below is a little playground for you to test some validation rules.