@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_Web3_Events_Expo'); @endphp {{ @$mTitle }} @endpush @push('pageId') @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]]) !!} {!! SchemaHelper::ListingpageDatasetSchema($eventData,$mDescr,$seoData['breadcrumb']) !!} @endpush @push('styles') @endpush
{!! $seoData['top_page_content'] !!}
@forelse ($eventData as $event) {{-- Location --}} {{-- External Link --}} @empty @endforelse
दिनांक नाम जगह इवेंट लिंक
{{-- Start Date --}} {{ \Carbon\Carbon::parse($event['start_date'])->format('d M Y') }} {{-- End Date --}} {{ \Carbon\Carbon::parse($event['end_date'])->format('d M Y') }}
{{-- Event Image --}} {{ $event['img_alt_title'] ?? $event['title'] }} {{-- Event Title --}} {{ $event['title'] }} @if ($event['featured']) Featured @endif
{{-- Featured Badge --}} @if(!empty($event['is_featured']) && $event['is_featured'] == 1) Featured @endif
{{$event['city']}} ,{{$event['country']}}
No Records Found
{!! CommonHelper::addNoFollowToExternalLinks(@$seoData['description']) !!}
@push('scripts') @endpush