Definition
Laravel's powerful templating engine that provides a clean syntax for working with PHP in views. Blade templates use the .blade.php extension and support template inheritance, components, slots, and directives like @if, @foreach, and @yield.

Defined Term