@push('metadata') @php $page_id = 36; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-press-release'); @endphp {{ @$mTitle }} @endpush
{!! $seoData['top_page_content'] !!}
@forelse($newsList['data'] as $news)
{{-- CARD HEADER WITH IMAGE --}} {{-- CARD BODY WITH TITLE --}} {{-- CARD FOOTER --}}
@empty

No news available.

@endforelse @if(!empty($newsList['next_page_url']))
@endif
@if(!empty($seoData['description']))
{!! $seoData['description'] !!}
@endif