@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'] !!}
@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 @if($hasMoreInfluencers)
@endif
{!! $seoData['description'] !!}