{{ $firstParagraph ?? 'History' }}
@php $paragraphs = explode("\n", $about->history_description); $firstParagraph = $paragraphs[0] ?? ''; $remainingParagraphs = array_slice($paragraphs, 1); @endphp
{{ $paragraph ?? 'History' }}
@endforeach