Skip to content

Commit 7e79b6d

Browse files
committed
fix wording
1 parent 8a05cc6 commit 7e79b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blade.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ For convenience, Blade also provides an `@unless` directive:
144144
@unless (Auth::check())
145145
You are not signed in.
146146
@endunless
147-
148-
You may want to check whether a section has content set. To do this the `@hasSection` can be used.
147+
148+
You may also determine if a given layout section has any content using the `@hasSection` directive:
149149

150150
<title>
151151
@hasSection('title')

0 commit comments

Comments
 (0)