@push('metadata') @php $page_id = 36; $mTitle = @$foundersdetails[0]['seo_title'] ?? ''; $mDescr = @$foundersdetails[0]['meta_description'] ?? ''; $mKWords = $foundersdetails[0]['meta_keywords'] ?? ''; $mUrl = url()->current(); $mImage = config('constants.crypto-presale'); $faqs = $foundersdetails[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('-', ' ', $foundersdetails[0]['slug'])), 'url' => $mUrl]]) !!} @endpush
{{ $foundersdetails[0]['founder_name'] }}

{{ $foundersdetails[0]['founder_name'] }}

@php $socials = [ 'facebook_url' => 'fa-facebook-f', 'twitter_url' => 'fa-x-twitter', 'linkedin_url' => 'fa-linkedin-in', 'instagram_url' => 'fa-instagram', ]; @endphp
@foreach($socials as $key => $icon) @if(!empty($foundersdetails[0][$key])) Share On {{ ucfirst(str_replace('_url', '', $key)) }} @endif @endforeach
{{ $foundersdetails[0]['designation'] }}
@if (count($foundersdetails[0]['crypto_projects']))
{{!empty($foundersdetails[0]['crypto_projects']) ? count($foundersdetails[0]['crypto_projects']).'+' : ''}} Projects Founded
@endif
About {{ $foundersdetails[0]['founder_name'] }}

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

@if ($prev) Previous @endif
@if ($next) Next @endif
Other Founders
@foreach ($relatedfounders as $founder)
{{ $founder['founder_name'] }} {{ $founder['founder_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')