Using this with Laravel 9.x. Everything goes swimmingly until I attempt to use something like a @for or @foreach directive in the Blade view. Then it either doesn't render, or throws an error such as:
DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 368
So am I doing something wrong, or will directives like that simply not work as it stands right now?
Using this with Laravel 9.x. Everything goes swimmingly until I attempt to use something like a @for or @foreach directive in the Blade view. Then it either doesn't render, or throws an error such as:
DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 368
So am I doing something wrong, or will directives like that simply not work as it stands right now?