laravel-mjml icon indicating copy to clipboard operation
laravel-mjml copied to clipboard

Are directives supported?

Open cdwieber opened this issue 2 years ago • 0 comments

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?

cdwieber avatar Oct 24 '22 23:10 cdwieber