@push('metadata') @php $mTitle = @$newsDetail['seo_title'] ?? $newsDetail['title']; $mDescrRaw = @$newsDetail['meta_description'] ?? $newsDetail['title']; // Remove HTML & trim to 155 chars $mDescr = mb_substr(strip_tags($mDescrRaw), 0, 155); $faqs = $newsDetail['faq'] ?? '[]'; $mKWords = $newsDetail['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-press-release'); $title = $newsDetail['is_gabbar'] == 1 ? 'Crypto News' : 'Press Release'; $url = $newsDetail['is_gabbar'] == 1 ? 'crypto-news' : 'crypto-press-release'; @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::webpageSchema($mTitle ?? null, $mDescr ?? null) !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => Illuminate\Support\Str::limit($newsDetail['title'], 50), 'url' =>$mUrl], ]) !!} {!! SchemaHelper::getImageObjectSchema(CommonHelper::s3ImageOrDefault($mImage), $mTitle, 1200, 630) !!} @endpush

{{ $newsDetail['title']}}

{{ $newsDetail['title']}}
@if($newsDetail['is_gabbar'] == 1) {!! CommonHelper::addNoFollowToExternalLinks($newsDetail['description'])!!} @else {!! CommonHelper::addNoFollowToExternalLinksPress($newsDetail['description'])!!} @endif
{{ $newsDetail['post_author']['dispaly_name'] ?? 'Author' }}
{{ $newsDetail['post_author']['dispaly_name'] ?? 'Author' }}
@if (!empty($newsDetail['post_author']['telegram_id'])) Telegram Telegram @endif @if (!empty($newsDetail['post_author']['twitter_id'])) Twitter Twitter @endif {{-- Linkedin Linkedin --}}
Blockchain News Writer at Cryptodisplay
{!! $newsDetail['post_author']['about_us'] ?? 'No author description is available.' !!}
@if(!empty($prev)) Previous Article @endif @if(!empty($next)) Next Article @endif
Leave a comment @if (session()->has('success'))
{{ session('success') }}
@endif
@error('commentName') {{ $message }} @enderror
@error('commentBody') {{ $message }} @enderror
@if(Auth::check()) @else @endif
@if(!empty($comments) && count($comments)) @foreach($comments as $comment)

{{ $comment->created_at?->diffForHumans() ?? '' }}

{{ $comment->body_html }}

{{-- ๐Ÿ”ต Reply button --}} {{-- ๐ŸŸฉ Reply input box --}} @if($replyParentId === $comment->id)
@error('replyBody') {{ $message }} @enderror
@endif {{-- ๐Ÿงต Nested replies --}} @if($comment->children && $comment->children->count())
@foreach($comment->children as $reply)

{{ $reply->body_html }}

{{ $reply->created_at->diffForHumans() }} โ€ข {{ $reply->user->name ?? 'Guest User' }}
@endforeach
@endif
{{ $comment->user->name ?? 'Guest User' }}
{{ $comment->user->name ?? 'Guest User' }}
@endforeach @endif
More News @php $first = $latestNews->first(); $remaining = $latestNews->skip(1); @endphp @if($first) @endif
@foreach($remaining as $item)
{{-- IMAGE --}}
{{ $item->img_alt_title }} {{ $item->title }} {{-- LIKE + SHARE --}}
{{-- TEXT SECTION --}}
{{-- AUTHOR + TIME --}}
@endforeach
Press Release @php $first = $latestpress->first(); $remaining = $latestpress->skip(1); @endphp @if ($first) @endif @foreach($remaining as $item) @endforeach
@include('livewire.common.share-modal') @php $faqs = $visibleFaqs; @endphp @if(!empty($faqs))

Frequently Asked Questions

faq Explore Our FAQs

Find quick answers to commonly asked questions and understand how things work around here.

@foreach ($faqs as $i => $faq) @php $faqId = "faq_{$i}"; @endphp
{!! $faq['answer'] !!}
@endforeach @if($hasMoreFaqs)
@endif
@endif @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