Recipes dealing with the Blade template engine
-
Using Blade Layouts to Extend Templates
-
Outputting the Content of a Blade Section
-
Displaying a Variable in a Blade Template
-
Using @if Control Structures in Blade
-
Using the @unless Control Structure in Blade
-
Using Comments in Blade Templates
-
Using @for Control Structures in Blade
-
Using @foreach Control Structures in Blade
-
Using @while Control structures in Blade
-
Including a Blade Template within another Template
-
Rendering a View For Items in a Collection
-
Yielding the Current Section in a Blade Template
-
Starting to Inject Content into a Blade Section
-
Stopping Injecting Content Into a Section
-
Stopping Injecting Content into a Section and Appending It
-
Stopping Injecting Content into a Section and Overwriting
-
Pulling in the Content of a Parent Section in Blade
-
Setting the Content Tags Blade Uses
-
Setting the Escaped Content Tags Blade Uses
-
Outputting a Translation in a Blade Template
-
Outputting a Translation With Pluralization in a Blade Template
-
Knowing All the Blade Template Commands
-
Assigning a Variable in a Blade Template
