@foreach($posts as $post) @php $content = $post['content']['rendered'] ?? ''; preg_match('/]+src="([^">]+)"/', $content, $matches); $imgUrl = $matches[1] ?? asset('assets/img/cta-img - Copy.png'); @endphp
@endforeach