@foreach ($paragraph['text'] as $rows)
@endforeach
@else
@foreach ($rows as $col)
@endforeach
@if($paragraph['level'] < 8)
{{-- ✅ 修改3:{!! !!} 不转义,渲染 HTML 内容 --}}
{!! $col !!}
@else
@endforeach
{!! $col !!}
@endif没有内容
@endif