use Illuminate\Support\Facades\Blade; $templateString = 'Hello, @{{ $name }}'; return Blade::render($templateString, ['name' => 'John Doe']);