InterviewSolution
Saved Bookmarks
| 1. |
What is blade directive in laravel |
| Answer» TION:Laravel BLADE is a templating ENGINE that compiles its special syntax back into PHP and HTML. Its special syntax includes DIRECTIVES. Directives are sugar-added FUNCTIONS hiding complex or ugly code behind them. Blade includes lots of built-in directives and also allows you to define custom ones.I hope it's help uhh ❤️ | |