@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'])) !!} {!! SchemaHelper::getBreadcrumbSchema([['name' => 'Home', 'url' => url('/')],['name' =>$seoData['breadcrumb'] , 'url' => $mUrl]]) !!} @endpush
{!! $seoData['top_page_content'] !!}
@if($activeTab === 'projects') {{-- PROJECT TABLE --}}

क्रिप्टो प्रोजेक्ट्स

Discover leading crypto & blockchain projects — from India and across the globe. Explore innovations, missions, token details, utilities, roadmap, funding, and key contributors.

@forelse($directoryData as $key => $value) @empty @endforelse
Project Name Founder Founding Year Project Category
{{ $value['project_name'] }}
{{ $value['project_name'] }} {!! \Illuminate\Support\Str::words($value['short_description'], 100, '...') !!}
@php $founders = $value['founders'] ?? []; $displayLimit = 2; @endphp
@foreach(array_slice($founders, 0, $displayLimit) as $founder) {{ $founder['founder_name'] }} @endforeach @if(count($founders) > $displayLimit) @endif
{{ $value['funding_year'] ?? '-' }} @php $categories = $value['project_categories'] ?? []; $displayLimit = 2; @endphp
@foreach(array_slice($categories, 0, $displayLimit) as $category) {{ $category['title'] }} @endforeach @if(count($categories) > $displayLimit) @endif
No data found
@endif @if($activeTab === 'founders') {{-- FOUNDERS GRID --}}
क्रिप्टो संस्थापक

Meet top crypto founders shaping Web3 innovation. Detailed profiles of visionary leaders from India and worldwide, covering achievements, startups, investments, journeys, and industry insights.

@forelse ($allfounders as $founder)
हमारे बारे में
{{ $founder['founder_name'] }} @php $socials = [ 'facebook_url' => 'fa-facebook-f', 'twitter_url' => 'fa-x-twitter', 'instagram_url' => 'fa-instagram', 'linkedin_url' => 'fa-linkedin-in', 'telegram' => 'fa-telegram', 'youtube' => 'fa-youtbue', ]; @endphp
@foreach($socials as $key => $icon) @if(!empty($founder[$key])) {{ ucfirst(str_replace('_url', '', $key)) }} @endif @endforeach
@php $projects = $founder['crypto_projects'] ?? []; $displayLimit = 2; @endphp @if(!empty($projects))
@foreach(array_slice($projects, 0, $displayLimit) as $project) {{ $project['project_name'] }} {{ $project['project_name'] }} @endforeach @if(count($projects) > $displayLimit) @endif
@endif {!! \Illuminate\Support\Str::words(strip_tags($founder['description']), 10, '...') !!}
@empty
No founders found
@endforelse
@endif @if($activeTab === 'influencers') {{-- INFLUENCERS GRID --}}
क्रिप्टो इन्फ्लुएंसर्स

Explore verified crypto influencers & KOLs driving Web3 discussions. Find creators from India & globally, covering analysts, traders, educators, and industry voices with proven digital impact.

@forelse ($allinfluecers as $influecers)
हमारे बारे में {{ $influecers['infulencer_name'] }} {{ $influecers['influencer_profile'] }} {!! \Illuminate\Support\Str::words(strip_tags($influecers['description']), 10, '...') !!} @php $socials = [ 'facebook' => $influecers['facebook_url'] ?? '', 'linkedin' => $influecers['linkedin_url'] ?? '', 'twitter' => $influecers['twitter_url'] ?? '', 'instagram' => $influecers['instagram_url'] ?? '', 'telegram' => $influecers['telegram_url'] ?? '', ]; @endphp
@foreach($socials as $platform => $url) @if(!empty($url)) @endif @endforeach
@empty
No influencers found
@endforelse
@endif @if($activeTab === 'reviews')
रिव्यूज़

Browse curated listicles, unbiased reviews, and expert breakdowns of crypto trends, projects, tokens, tools & platforms. Trusted research covering India and global Web3 ecosystems.

@php $cards = [ 0 => [ 'title' => 'Top Exchanges - India', 'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed ullamcorper turpis.', 'icon' => 'https://d1cpau3nfvz3rt.cloudfront.net/crypto-price/2025/december/YawQTjIhY6IJMqQcBpRv.webp', 'link_text' => 'View All Exchanges', 'link' => 'top-exchange-reviews' ], 1 => [ 'title' => 'Top Coins', 'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed ullamcorper turpis.', 'icon' => 'https://d1cpau3nfvz3rt.cloudfront.net/crypto-price/2025/december/YawQTjIhY6IJMqQcBpRv.webp', 'link_text' => 'View All Coins', 'link' => 'top-coin-reviews' ], 2 => [ 'title' => 'Top Meme Coins', 'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed ullamcorper turpis.', 'icon' => 'https://d1cpau3nfvz3rt.cloudfront.net/crypto-price/2025/december/YawQTjIhY6IJMqQcBpRv.webp', 'link_text' => 'View All Meme Coins', 'link' => 'top-meme-reviews' ], 3 => [ 'title' => 'Top Blockchains', 'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed ullamcorper turpis.', 'icon' => 'https://d1cpau3nfvz3rt.cloudfront.net/crypto-price/2025/december/YawQTjIhY6IJMqQcBpRv.webp', 'link_text' => 'View All Blockchains', 'link' => 'top-blockchain-reviews' ], ]; @endphp @foreach($cards as $key => $card)
{{ $card['title'] }}

{{ $card['description'] }}

@if(isset($allreview[$key]) && count($allreview[$key]) > 0) @foreach($allreview[$key] as $item) @endforeach @endif
@endforeach
@endif