@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'); @endphp {{ @$mTitle }} @endpush
{{ $influnecerDetails[0]['infulencer_name']}}

{{ $influnecerDetails[0]['infulencer_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($influnecerDetails[0][$key])) Share On {{ ucfirst(str_replace('_url', '', $key)) }} @endif @endforeach
{{ $influnecerDetails[0]['influencer_profile'] ?? 'Instagram & YouTube Influencer' }}
@if($influnecerDetails[0]['followers'])
{{ $influnecerDetails[0]['followers'] >= 1000000 ? round($influnecerDetails[0]['followers'] / 1000000, 1) . 'M' : ($influnecerDetails[0]['followers'] >= 1000 ? round($influnecerDetails[0]['followers'] / 1000, 1) . 'K' : $influnecerDetails[0]['followers']) }} Followers
@endif
Get in Touch
About Influencer

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

Other Influnecer @foreach ($otherInflunecer as $founder)
{{ $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')