@push('metadata') @php $pageId = 36; $mTitle = @$newsDetail['seo_title'] ?? $newsDetail['title']; $mDescrRaw = @$newsDetail['meta_description'] ?? $newsDetail['title']; // Remove HTML & trim to 155 chars $mDescr = strip_tags($mDescrRaw); $faqs = $newsDetail['faq'] ?? '[]'; $mKWords = $newsDetail['meta_keywords']; $mUrl = url()->current(); $title = $newsDetail['is_gabbar'] == 1 ? 'Crypto News' : 'Press Release'; $listUrl = $newsDetail['is_gabbar'] == 1 ? 'crypto-news' : 'crypto-press-release'; $imageUrl = $newsDetail['image']; $mImage = $imageUrl; @endphp @push('pageId') @endpush {{ @$mTitle }} {{----}} @endpush @push('head_scripts') {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => $title, 'url' => URL::to($listUrl)], ['name' => $newsDetail['title'], 'url' => $mUrl] ]) !!} {!! SchemaHelper::getImageObjectSchema($imageUrl, $newsDetail['title']) !!} @if(!empty($newsDetail['faq'])) {!! SchemaHelper::getFaqSchema($newsDetail['faq']) !!} @endif {!! SchemaHelper::newsArticleSchema($newsDetail, $mUrl, $mDescr, $mKWords, $title) !!} @endpush

{!! $newsDetail['title'] !!}

Published
Updated
{{ $newsDetail['img_alt_title'] ?: $newsDetail['title']  }}
@if ($newsDetail['h2_title'])

{{ @$newsDetail['h2_title'] }}

@endif
@if($newsDetail['is_gabbar']==1) {!! CommonHelper::addNoFollowToExternalLinks($newsDetail['description']) !!} @else {!! CommonHelper::addNoFollowToExternalLinksPress($newsDetail['description']) !!} @endif
{{ @$newsDetail['post_author']['dispaly_name'] }}
{{ @$newsDetail['post_author']!=null ? @$newsDetail['post_author']['dispaly_name']: $newsDetail['author_name'] }} Crypto Regulation & Policy Press Release Expert
@foreach(array_filter(explode(',',$newsDetail['post_author']['experties'])) as $expertise) @php $clean = preg_replace('/\s+/', ' ', trim($expertise)); @endphp
@if($clean) {{ $clean }} @endif
@endforeach
{{ $totalNewsCount }}+ articles
@php $createdAt = \Carbon\Carbon::parse($newsDetail['post_author']['created_at']); $months = floor($createdAt->floatDiffInMonths(now())); $years = floor($months / 12); $experience = $years > 0 ? $years : $months; $experienceLabel = $years > 0 ? ($years > 1 ? 'Years' : 'Year') : ($months > 1 ? 'Months' : 'Month'); @endphp
{{ $experience }} {{ $experienceLabel }} experience
Regulation specialty
{!! $newsDetail['post_author']['about_us'] ?? '' !!}
✍️ WHAT'S YOUR OPINION?
@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@error('userName') {{ $message }} @enderror
@error('body') {{ $message }} @enderror
@if(Auth::check()) @else @endif
@php $faqsArray = json_decode($newsDetail['faq'], true); @endphp @if(!empty($faqsArray) && is_array($faqsArray)) @endif @include('livewire.common.share-modal') @if($isPreview)
⚠ Not Live
This page is in preview mode and is not indexed by search engines.
@if($isScheduled && $scheduledAt) 🕐 Scheduled to go live: {{ \Carbon\Carbon::parse($scheduledAt)->format('d M Y, h:i A') }} @endif

Get in Touch: Telegram

{{-- Diagonal watermark overlay --}}
@for($i = 0; $i < 8; $i++)
PREVIEW   PREVIEW   PREVIEW   PREVIEW   PREVIEW
@endfor
@endif @if($isSeoCheck)
⚠ Not Live
This page is in preview mode and is not indexed by search engines.
Contact the admin now to make this webpage live and indexable.

Contact us on : Telegram

{{-- Diagonal watermark overlay --}}
@for($i = 0; $i < 8; $i++)
PREVIEW   PREVIEW   PREVIEW   PREVIEW   PREVIEW
@endfor
@endif @push('scripts') @endpush