@push('metadata') @php $page_id = 7; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $breadcrum = @$seoData['breadcrumb']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.blockchain'); $baseUrl = url('/crypto-blockchains/'); @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::collectionPageSchema($breadcrum, $mTitle, $mDescr) !!} {!! SchemaHelper::itemListSchema($mTitle ?? null, $mUrl ?? null, $baseUrl ?? null, $items ?? [],1,'') !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => $seoData['breadcrumb'] ?: ($status === 'category' ? 'Crypto Categories' : 'Crypto Blockchains'), 'url' => $mUrl] ]) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle) !!} @if(!empty($faqs)) {!! SchemaHelper::getFaqSchema($faqs) !!} @endif @endpush @push('styles') @endpush
{!! $seoData['top_page_content'] !!}
@forelse($featuredItems as $listing) @empty @endforelse
Name Type Stage Launchpad Ends In Tokens for Sale Rate Fundraising Goal
No Data Found
{{ $featuredPaginator->links('vendor.pagination.bootstrap-5') }}
Normal
@forelse($unfeaturedItems as $listing) @empty @endforelse
Name Type Stage Launchpad Ends In Tokens for Sale Rate Fundraising Goal
No Data Found
{{ $unfeaturedPaginator->links('vendor.pagination.bootstrap-5') }}
{!! $seoData['description'] ?? '' !!}
@push('scripts') @endpush