© 2026 Hedgehog Software, LLC
HtmlString
extraAttributes()
Illuminate\Support\Js
->extraAttributes([ 'x-on:click' => new HtmlString('$el.classList.add(' . Js::from('pointer-events-none') . ',' . Js::from('opacity-70') . ')'), ]);
->extraAttributes(['x-on:click' => new HtmlString('$el.classList.add(\'pointer-events-none\', \'opacity-70\')')])