@push('metadata') @php $page_id = 7; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto_web3_blockchain_author-registration'); @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'])) !!} {!! SchemaHelper::getBreadcrumbSchema([['name' => 'Home', 'url' => url('/')],['name' =>$seoData['breadcrumb'] , 'url' => $mUrl]]) !!} {!! SchemaHelper::howToSchema([ 'id' => $mUrl, 'name' => $mTitle, 'totalTime' => 'PT20S', 'steps' => [ [ "@type" => "HowToStep", 'name' => 'फॉर्म भरें', 'text' => 'Author Registration Page पर जाकर अपना डिस्प्ले नेम, वर्क प्रोफ़ाइल, प्रोफेशन, ईमेल, सोशल प्रोफ़ाइल और लेखन से जुड़ी जानकारी भरें।', ], [ "@type" => "HowToStep", 'name' => 'दस्तावेज़ जोड़ें (Optional)', 'text' => 'यदि उपलब्ध हो तो LinkedIn प्रोफ़ाइल, रिज़्यूम या पोर्टफोलियो संलग्न करें ताकि आपका अनुभव स्पष्ट हो सके।', ], [ "@type" => "HowToStep", 'name' => 'सबमिट करें', 'text' => 'सभी विवरण सही भरने के बाद Submit बटन पर क्लिक करें।', ], [ "@type" => "HowToStep", 'name' => 'समीक्षा और पुष्टि', 'text' => 'हमारी एडिटोरियल टीम आपके आवेदन की समीक्षा करेगी और स्वीकृति मिलने पर ईमेल के माध्यम से सूचना दी जाएगी।', ] ], ]) !!} @endpush
{!! $seoData['top_page_content'] !!}
@if (session()->has('success'))
{{ session('success') }}
@endif
@if($uploadImage) Profile Preview @else Default Preview @endif
@error('uploadImage') {{ $message }} @enderror
@error('name') {{ $message }}@enderror
@error('profile') {{ $message }}@enderror
@error('email') {{ $message }}@enderror
@error('project') {{ $message }}@enderror
@error('hobbies') {{ $message }}@enderror
ब्लोग्स बाय ऑथर्स
@forelse($news as $newsItem) @empty

No News of authors found.

@endforelse
@if($hasMore) @endif

अदर ऑथर

@forelse($otherAuthors as $otherAuthor)
{{ $otherAuthor['dispaly_name'] }}
{{ $otherAuthor['dispaly_name'] }}

Total Articles: {{ $otherAuthor['news_count'] ?? 0}}

@empty

No other authors found.

@endforelse
@if(count($otherAuthors) < $limit) @else @endif
प्राइस प्रेडिक्शन @php $first = $relatedNews->first(); $remaining = $relatedNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item)
{{-- IMAGE --}}
{{ $item->title }} {{ $item->title }} {{-- LIKE + SHARE --}}
{{-- TEXT SECTION --}}
{{-- AUTHOR + TIME --}}
@endforeach
{!! CommonHelper::addNoFollowToExternalLinks(@$seoData['description']) !!}
@include('livewire.common.share-modal')