@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
  • Home
  • {{ $seoData['breadcrumb'] ?: 'Crypto News' }}

{!! $seoData['top_page_content'] !!}

@if($noResults)

No results found for "{{ $search }}"

@else
@foreach($tabsData as $news) @endforeach @if($hasMore)
@endif @endif
@if(!empty($seoData['description']))
{!! $seoData['description'] !!}
@endif
@if(!empty($faqs)) @endif @include('livewire.common.share-modal')