@if($post->content && str_contains($post->content, '<')) {!! $post->content !!} @else @foreach(explode("\n\n", $post->content ?: $post->excerpt) as $paragraph) {{ $paragraph }} @endforeach @endif