@push('metadata') @php $pageId = $seoData['id']; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto_press_release'); $breadcrum = $seoData['breadcrumb'] ?: ' Crypto Press Release'; @endphp @push('pageId') @endpush {{ @$mTitle }} {{----}} @endpush @push('head_scripts') {!! SchemaHelper::collectionPageSchema($mTitle,$mTitle,$mDescr) !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => $breadcrum, 'url' => URL::to('crypto-press-release')], ]) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle, 1200, 630) !!} @if(!empty($seoData['faq'])) {!! SchemaHelper::getFaqSchema($seoData['faq']) !!} @endif {!! SchemaHelper::newsListArticleSchema($tabsData) !!} @endpush
  • Home
  • {{ $breadcrum }}
{!! $seoData['top_page_content'] !!}
@if($noResults)

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

@endif
@foreach($tabsData as $pressRelease) @php $author = $pressRelease->postAuthor ?? null; $authorName = $author?->dispaly_name ?? 'Admin'; $authorSlug = $author?->slug; $publishedDate = \Carbon\Carbon::parse($pressRelease['publishedAt'])->format('d-m-Y'); $image = $pressRelease['image'] ?? ''; $title = $pressRelease['title'] ?? ''; $description = \Illuminate\Support\Str::limit(strip_tags(CommonHelper::addNoFollowToExternalLinks($pressRelease['description'] ?? '')),120); @endphp
{{ $pressRelease['img_alt_title'] ?? $title }}first) loading="eager" fetchpriority="high" @else loading="lazy" @endif />
@if($authorSlug) {{ $authorName }} @else {{ $authorName }} @endif {{ $publishedDate }}
{{ $title }}

{!! $description !!}

@endforeach
{{ $tabsData->onEachSide(1)->links('vendor.pagination.bootstrap-5') }}
@if(!empty($seoData['description']))
{!! CommonHelper::addNoFollowToExternalLinks($seoData['description']) !!}
@endif @if(!empty($faqs)) @endif