diff --git a/src/Actions/Forms/Components/HelpAction.php b/src/Actions/Forms/Components/HelpAction.php index 3e1a1bb..73b1a87 100644 --- a/src/Actions/Forms/Components/HelpAction.php +++ b/src/Actions/Forms/Components/HelpAction.php @@ -21,11 +21,15 @@ protected static function getContentView(Documentable $documentable): HtmlString $articleClass => ! empty($articleClass), ]); - return new HtmlString(\Blade::render(<< -$html +$replacementStringId -blade)); +blade); + + return new HtmlString( \Str::replace($replacementStringId, $html, $parsed)); } public static function forDocumentable(Documentable | string $documentable): static