@php $newsfirst = \App\Models\NewEventContain::latest('released_at')->first(); // Use regex to extract the first

...

from the HTML description $paragraphs = preg_split('/\r\n|\r|\n/', $newsfirst->description); @endphp
News Image

{{ $newsfirst->title }}

@if(isset($paragraphs[0]) && trim($paragraphs[0]) !== '')

{!! $paragraphs[0] !!}

@endif
Published date : {{ $newsfirst->released_at->format('d M Y') }}
Published by : {{ $newsfirst->author }}