You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appending content to a master layout using @!section('content') works fine, however using @!section('content') (notice the whitespace AFTER closing parenthesis?) throws an error:
InvalidExpressionException
E_INVALID_EXPRESSION: Invalid expression <'content') > passed to (section) block
I was looking for hours as of why it didn't work, while following edge docs closely.
The text was updated successfully, but these errors were encountered:
appending content to a master layout using
@!section('content')
works fine, however using@!section('content')
(notice the whitespace AFTER closing parenthesis?) throws an error:I was looking for hours as of why it didn't work, while following edge docs closely.
The text was updated successfully, but these errors were encountered: