{{ $blog->title }}
@php
$firstPart = preg_split('/(<\/p>|
|\n)/i', $blog->content, 2)[0];
$cleanText = html_entity_decode(strip_tags($firstPart));
$cleanText = str_replace("\xc2\xa0", ' ', $cleanText);
$cleanText = preg_replace('/\s+/', ' ', $cleanText);
@endphp
{{ Str::limit(trim($cleanText), 150, '...') }}
No Blogs Published Yet
We are currently working on some exciting updates. Please check back soon!