@push('metadata') @php $pageId = $seoData['id']; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords= $seoData['meta_keywords']; $breadcrum = $seoData['breadcrumb'] ?: ''; $mUrl = url()->current(); if ($type == 0) { $mImage = config('constants.crypto_ico'); } elseif ($type == 1) { $mImage = config('constants.crypto_ido'); } elseif ($type == 2) { $mImage = config('constants.crypto_ieo'); }elseif ($type == 3) { $mImage = config('constants.crypto_presale'); }else { $mImage = config('constants.crypto_presale_ico_ido_ieo_list'); } @endphp @push('pageId') @endpush {{ @$mTitle }} {{----}} @endpush @push('head_scripts') {!! SchemaHelper::collectionPageSchema($mTitle,$mTitle,$mDescr) !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => $breadcrum, 'url' => $mUrl] ]) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle, 1200, 630) !!} @if(!empty($faqs)) {!! SchemaHelper::getFaqSchema($faqs) !!} @endif {!! SchemaHelper::icoListArticleSchema($icoListing) !!} @endpush @push('styles') @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?: 'Crypto List' }}
{!!@$seoData['top_page_content']!!}
@if (count($advertisement) >= 1) {{ $advertisement[0]['title']  }} @endif
{{-- --}}
@forelse($icoListing as $listing) @empty @endforelse
S.No Name Launchpad Stage Ends in Upvotes Tokens for Sale Rate Fundraising Goal Action
{{ $loop->iteration }}
No Data Found
{{ $icoPaginator->onEachSide(1)->links('vendor.pagination.bootstrap-5') }}
@if(!empty($seoData['description']))
{!! $seoData['description'] !!}
@endif @if(!empty($faqs)) @endif
@push('scripts') @endpush