1234567$html = ' Hello, {{ $name }} @if($condition) There is one record @endif';return \Illuminate\Support\Facades\Blade::render($html, ['name' => 'Julian Bashir', 'condition' => true]);