Laravel — P67: HTML Attribute Directives in Blade
Published in
4 min readMar 15
--
In the last article we covered the @class
and @style
directives to implement conditional styling in Blade. But, there are other HTML attribute directives that are present in Blade that we can utilize:
@checked
directive@selected
directive@disabled
directive@readonly
directive