Custom & display validation message
How can I customize the validation for a required field and display the error message below the input field? I've tried using rule and rules, but it's not working for me.
Thanks for any help!
Thanks for any help!

Solution
Oh, it prioritizes frontend validation. What I need to do is remove all ->required() and replace them with ->rules('required'). Thanks for the help!