@push('metadata') @php $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $mKWords = @$seoData['meta_keywords']; $faqs = $seoData['faq'] ?? '[]'; $mUrl = url()->current(); $mImage = config('constants.home_page'); @endphp {{ @$mTitle }} @endpush @push('pageId') @endpush @push('head_scripts') {!! SchemaHelper::organizationSchema() !!} {!! SchemaHelper::webpageSchema($mTitle ?? null, $mDescr ?? null) !!} {!! SchemaHelper::getImageObjectSchema('https://cryptodisplay.io/assets/images/crypto-display.webp',$mTitle) !!} @endpush
@php // News split — left column me 3 numbered headlines, right column me cards. // slice(3) zaruri hai warna wahi 3 items dono jagah repeat honge. $newsList = collect($smallNews ?? []); $headlineNews = $newsList->take(3); $cardNews = $newsList->slice(3); @endphp {{--
{!! $seoData['top_page_content'] !!} List Your Project
--}}

Crypto Display : News & Latest ICO, IDO, Presale Listings

Crypto News

View All
@if($mainNews)
{{ $mainNews->title }}
{{ $mainNews->title }}
{{ @$mainNews->postAuthor->dispaly_name }} {{ !empty($mainNews->publishedAt) ? \Carbon\Carbon::parse($mainNews->publishedAt)->format('d-m-Y') : '' }}
@endif {{-- Numbered headlines — dynamic --}} @foreach($headlineNews as $news)
{{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}
{{ $news->title }}
{{ $news->postAuthor->dispaly_name ?? 'Admin' }} {{ !empty($news->publishedAt) ? \Carbon\Carbon::parse($news->publishedAt)->format('d-m-Y') : '' }}
@endforeach
@foreach($cardNews as $news) @endforeach

Crypto Press Release

View All
@foreach($smallPress as $news)
@endforeach

Presale / ICO / IDO / IEO Projects

View All
@foreach ($icoData['presale']['data'] as $index => $ico)
@if(!empty($ico['featured'])) {!! $ico['featured'] !!} @endif

({{ $ico['symbol'] }})

{{ $ico['ico_ido_type'] ?? 'presale' }}
{{ $ico['ends_in'] }} {{ $ico['status'] }}
@endforeach

Crypto Category

View All
@foreach ($category as $cat)
{{ Str::limit($cat['title'], 12) }}

Total Projects : {{ $cat->projectICOs->count() }}

@if($cat->projectICOs->count() > 0) @foreach ($cat->projectICOs->take(3) as $value) {{ $cat['title'] }} {{ $value->title }} @endforeach @else No Project @endif
@endforeach

Crypto Blockchain

View All
@foreach ($blockchain as $cat)
{{ Str::limit($cat['title'], 12) }}

Total Projects : {{ $cat->projectICOs->count() }}

@if($cat->projectICOs->count() > 0) @foreach ($cat->projectICOs->take(3) as $value) {{ $cat['title'] }} {{ $value->title }} @endforeach @else No Project @endif
@endforeach
{{ number_format($statistics['news'] ?? 0) }}+ News Published
{{ number_format($statistics['projects'] ?? 0) }}+ Crypto Projects listed
{{ number_format($statistics['press_release'] ?? 0) }}+ Press Releases
{{ number_format($statistics['categories'] ?? 0) }}+ Categories Covered
Discover, Track and Promote Crypto Projects CryptoDisplay is a global Crypto News and media platform covering Bitcoin, Ethereum, altcoins, blockchain developments, market trends, regulations and emerging Web3 projects. We also feature crypto presales, token launches, project listings and industry updates.
Verified Listings
Global Exposure
Targeted Audience
@include('livewire.common.share-modal') @push('scripts') @endpush