@push('metadata') @php $page_id = 5; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $mKWords= @$seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto_currency_news'); @endphp {{ @$mTitle }} @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?? 'Trending Presales' }}
{!! @$seoData['top_page_content'] !!}
@forelse($trendingIcos ?? [] 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'] }} {{ $item['ends_in'] }}
{{-- Per-item message --}} @if (!empty($messages[$item['id']]['text'])) @endif
No trending ICOs found.
@if ($hasMore)
@endif
{!! @$seoData['description'] !!}