@push('metadata') @php $page_id = 5; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $mKWords = @$seoData['meta_keywords']; $faqs = @$seoData['faq'] ?? []; $mUrl = url()->current(); $mImage = config('constants.crypto_currency_news'); @endphp {{ @$mTitle }} @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?? 'Trending Presales' }}
{!! @$seoData['top_page_content'] !!}
@forelse($newCoins as $item) @empty @endforelse
S.No. Coin Name Stage Price Fundraising Goal End In Total Boosts Status
{{ $loop->iteration }} {{ $item['name'] }} {{ $item['name'] }} @php $types = ['ICO', 'IDO', 'IEO', 'PRESALE']; @endphp {{ $types[$item['ico_ido_type']] ?? 'Unknown' }} {{ $item['ico_price'] }} {{ $item['accept_type'] }} {{ $item['goal'] }} {{ \Carbon\Carbon::parse($item['ends_in'])->startOfDay()->format('Y-m-d ') }}
No ICOs found.
@if ($hasMore)
@endif
{!! @$seoData['description'] !!}
@if(!empty($faqs)) @endif