@foreach($posts as $post) @php $content = $post['content']['rendered']; preg_match('/]+src="([^">]+)"/', $content, $matches); $imgUrl = $matches[1] ?? 'assets/img/news/default.jpg'; // fallback image $imgName = $imgUrl ? basename($imgUrl) : 'No image found'; $date = \Carbon\Carbon::parse($post['date'])->format('d M'); // format date $author = $post['author_name'] ?? 'Admin'; // optional if author is fetched @endphp
{{ $imgName }}
{{ $date }}

{!! $post['title']['rendered'] !!}

{!! Str::limit(strip_tags($post['content']['rendered']), 150) !!}

Read More
@endforeach
 img
Rosalina D. Willaim
Blogger/Photographer

he whimsically named Egg Canvas is the design director and photographer in New York. Why the nam

search here