{{ $newEventContain->title }}
{{ $newEventContain->title }}
@php $paragraphs = preg_split('/\r\n|\n|\r/', $newEventContain->description); @endphp {!! $paragraphs[0] ?? '' !!}
@foreach(array_slice($paragraphs, 1) as $para) {!! $para !!} @endforeach