@push('metadata') @php $page_id = 36; $mTitle = @$newsDetail['seo_title']; $mDescr = @$newsDetail['meta_description']; $faqs = $newsDetail['faq'] ?? '[]'; $mKWords = $newsDetail['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-press-release'); @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::webpageSchema($mTitle ?? null, $mDescr ?? null) !!} {!! SchemaHelper::getImageObjectSchema('https://cryptohindinews.in/assets/images/logo/hindi-black-logo.webp',$mTitle) !!} {!! SchemaHelper::getFaqSchema($faqs) !!} {!! SchemaHelper::newsArticleSchema($newsDetail) !!} {!! SchemaHelper::profileSchema($newsDetail,$newsDetail['post_author']) !!} @endpush
{{ !empty($newsDetail['img_alt_title']) ? $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
@if($newsDetail['is_gabbar']==1 || $newsDetail['is_gabbar']==3 || $newsDetail['is_gabbar']==5) {!! CommonHelper::addNoFollowToExternalLinks($newsDetail['description'])!!} @else {!! CommonHelper::addNoFollowToExternalLinksOther($newsDetail['description'])!!} @endif

About the Author {{ $newsDetail['post_author']['dispaly_name'] ?? 'Author' }}

Crypto Journalist Cryptohindinews.in

{!! $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 $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 $first = $blockNews->first(); $remaining = $blockNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item) @endforeach
और ब्लॉग खबरें @php $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 @push('scripts') @endpush