@push('metadata') @php $page_id = 36; $mTitle = @$newsDetail['seo_title']; $mDescr = @$newsDetail['meta_description']; $faqs = $newsDetail['faq'] ?? '[]'; $mKWords = $newsDetail['meta_keywords']; $mUrl = url()->current(); $cloudfrontUrl = ""; $mImage = $cloudfrontUrl . $newsDetail['image']; @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::getImageObjectSchema('https://cryptohindinews.in/assets/images/logo/hindi-black-logo.webp',$mTitle) !!} {!! SchemaHelper::getFaqSchema($faqs) !!} {!! SchemaHelper::newsArticleSchema($newsDetail) !!} {!! SchemaHelper::getBreadcrumbSchema([['name' => 'Home', 'url' => url('/')],['name' => Str::title(str_replace('-', ' ', $newsDetail['alias'])), 'url' => $mUrl]]) !!} @endpush {{--@push('head_scripts') @endpush--}} @push("head_scripts") @php $heroSrc = $newsDetail["image_webp"] ?? $newsDetail["image"]; $heroThumb = $newsDetail["image_webp_thumb"] ?? $newsDetail["image_thumb"] ?? $newsDetail["image"]; @endphp @push('preload') @endpush @endpush
{{ ($newsDetail['img_alt_title'] ?? '') ?: ($newsDetail['title'] ?? '') }}
@php $firstCategoryId = explode(',', $newsDetail['categories'])[0]; $category = \App\Models\CryptoNewsCategories::find($firstCategoryId); @endphp {{ $category->name ?? '' }}
@if ($post_idss > 4736) {{-- ✔ H2 found, show normally --}}

{{ $newsDetail['title'] }}

@else

{{ $newsDetail['title'] }}

@endif
@php $showUpdated = false; if (!empty($newsDetail['publishedAt']) && !empty($newsDetail['updated_at'])) { $published = \Carbon\Carbon::createFromTimestamp($newsDetail['publishedAt']); $updated = \Carbon\Carbon::parse($newsDetail['updated_at']); $showUpdated = $published->diffInDays($updated) >= 7; } @endphp @if($showUpdated)

Updated Date:

@endif
@if($newsDetail['is_gabbar']==1 || $newsDetail['is_gabbar']==3 || $newsDetail['is_gabbar']==5) {!! CommonHelper::addNoFollowToExternalLinks($newsDetail['description'])!!} @else {!! CommonHelper::addNoFollowToExternalLinksOther($newsDetail['description'])!!} @endif

{!! $newsDetail['post_author']['about_us'] ?? 'No author description is available.' !!}

Read More Articles By {{ $newsDetail['post_author']['dispaly_name'] ?? 'Author' }} @if (!empty($newsDetail['post_author']['user']['linkedin_url'])) Connect Linkedin @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
और हिंदी न्यूज़ @php $relatedNews = collect($relatedNews ?? []); $first = $relatedNews->first(); $remaining = $relatedNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item)
{{-- IMAGE --}}
{{ $item->img_alt_title }} {{ $item->title }} {{-- LIKE + SHARE --}}
{{-- TEXT SECTION --}}
{{-- AUTHOR + TIME --}}
@endforeach
और ब्लॉकचेन खबरें
@php $blockNews = collect($blockNews ?? []); $first = $blockNews->first(); $remaining = $blockNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item) @endforeach
और ब्लॉग खबरें @php $relatedBlogs = collect($relatedBlogs ?? []); $first = $relatedBlogs->first(); $remaining = $relatedBlogs->skip(1); @endphp @if ($first) @endif @foreach($remaining as $item) @endforeach
@include('livewire.common.share-modal') @php $faqs = $visibleFaqs @endphp @if(!empty($faqs))
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