Blog User Guide Documentation API Login Register

Documentation > Theme Development

Control Structures

Last updated February 16, 2024

In addition to template inheritance and displaying data, Blade also provides convenient short-cuts for common PHP control structures, such as conditional statements and loops. These short-cuts provide a very clean, terse way of working with PHP control structures, while also remaining familiar to their PHP counterparts.