@push('metadata')
@php
$page_id = 36;
$mTitle = @$seoData['seo_title'];
$mDescr = @$seoData['meta_description'];
$faqs = $seoData['faq'] ?? '[]';
$mKWords= $seoData['meta_keywords'];
$mUrl = url()->current();
$mImage = config('constants.crypto-author');
@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(json_encode($seoData['faq'])) !!}
@endpush
- Home
- {{ $seoData['breadcrumb']??'Crypto News English' }}
{!! $seoData['top_page_content'] !!}
| रैंक ⇅ |
नाम |
प्राइस ⇅ |
24h% ⇅ |
7d% ⇅ |
मार्केट कैप |
ATH%⇅ |
ATL%⇅ |
एक्शन |
@foreach ($cryptPrices as $price)
@endforeach
@if ($hasMore)
@endif
{!! $seoData['description'] !!}