@push('metadata') @php $page_id = 36; $mTitle = @$influnecerDetails[0]['seo_title']; $mDescr = @$influnecerDetails[0]['meta_description']; $mKWords = $influnecerDetails[0]['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-presale'); $faqs = $influnecerDetails[0]['faq']; @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::getImageObjectSchema('https://cryptohindinews.in/assets/images/logo/hindi-black-logo.webp',$mTitle) !!} {!! SchemaHelper::getFaqSchema($faqs) !!} {!! SchemaHelper::getBreadcrumbSchema([['name' => 'Home', 'url' => url('/')],['name' => 'Crypto Founder', 'url' => url('/crypto-founders')],['name' => Str::title(str_replace('-', ' ', $influnecerDetails[0]['slug'])), 'url' => $mUrl]]) !!} @endpush
{{ $influnecerDetails[0]['infulencer_name']}}

{{ $influnecerDetails[0]['infulencer_name'] }}

{{ $influnecerDetails[0]['influencer_profile'] ?? 'Instagram & YouTube Influencer' }}
Get in Touch
About Influencer

{!! $influnecerDetails[0]['description'] !!}

@if ($prev) Previous @endif
@if ($next) Next @endif
Other Influencer
@foreach ($otherInflunecer as $founder)
{{ $founder['infulencer_name'] }} {{ $founder['infulencer_name'] }}
@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
@if($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['long_desc'] !!}
@endforeach
@endif @include('livewire.common.share-modal')