@foreach(preg_split('/\R\R/', $post->body) ?: [] as $paragraph)

{!! nl2br(e($paragraph)) !!}

@endforeach