@push('metadata') @php $pageId = $seoData['id'] ?? 82; $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::webpageSchema($mTitle ?? null, $mDescr ?? null) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle, 1200, 630) !!} @endpush @php $totalListed = count($featuredIcos ?? []) + count($unfeaturedIcos ?? []); $newsList = collect($smallNews ?? []); $headlineNews = $newsList->take(10); // left column — 10 numbered headlines $cardNews = $newsList->take(6); // right column — 6 small cards $wireList = collect($smallPress ?? [])->take(6); @endphp
{{--
{!! $seoData['top_page_content'] !!}
--}} {{-- ══ 5. News: lead + numbered headlines + strip ══ --}}

Crypto News 2026

View All News
@foreach($headlineNews as $press)
{{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}
{{ $press->title }}
{{ $press->postAuthor->dispaly_name ?? 'Admin' }} ·
@endforeach
@if($mainNews) @endif
@foreach($cardNews as $press)
@endforeach
{{-- ══ 6. Press release — newswire ══ --}}

Crypto Press Release

Submitted by projects and distribution partners — not editorial coverage.
@foreach($wireList as $press)
{{ $press->postAuthor->dispaly_name ?? 'Admin' }}
{{ $press->title }}
@endforeach
{{-- ══ 2. THE BOARD ══ --}}

Live Presale Board

Every listed project, sorted by close date. Featured rows are paid placements.
@forelse($featuredIcos as $listing) @empty @endforelse @forelse($unfeaturedIcos as $listing) @empty @endforelse @if($totalListed === 0) @endif
S.No Name Launchpad Type Ends in Total Boosts Tokens for Sale Rate Fundraising Goal Action
{{ count($featuredIcos ?? []) + $loop->iteration }}
No Data Found
vector
{{-- ══ Trending Presales / Categories / Blockchains — sab dynamic ══ --}}
@forelse($trendingIcos ?? [] as $item) @empty
No Data Found
@endforelse
{{-- ══ 7. Promote ══ --}}

Promote Your Crypto Project to a Global Audience

Looking to give your crypto presale, ICO, IDO, or IEO maximum visibility? Cryptopresalenews.com connects your project with a global audience of active investors, providing real-time market exposure, unlimited project updates, and 24/7 support. Our marketing solutions help you reach the right audience through multiple channels:

bannerads 1 Presale / ICO Press Release Services

Enhance your crypto project's visibility with a Professional Presale / ICO Press Release

bannerads 2 Banner Ads

Display your project on high-traffic category pages, top-of-page sections, or mid-page placements for optimal visibility.

featured 3 Featured Listings

Unlock top placement for 15 days to ensure your project gets maximum attention.

{{-- @if(!empty($faqs)) @endif --}} @push('scripts') @endpush