Skip to content

Commit 4bf4823

Browse files
authored
Update blade.md
1 parent 7055047 commit 4bf4823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ You may also pass a fourth argument to the `@each` directive. This argument dete
352352

353353
@each('view.name', $jobs, 'job', 'view.empty')
354354

355-
> {note} Views included via @each do not inherit variables contained in the parent view. If your child view requires parent variables, you will need to use @foreach and @include.
355+
> {note} Views rendered via `@each` do not inherit the variables from the parent view. If the child view requires these variables, you should use `@foreach` and `@include` instead.
356356
357357
<a name="stacks"></a>
358358
## Stacks

0 commit comments

Comments
 (0)