@push('metadata') @php $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'] ?? 'Category' }}
{!!@$seoData['top_page_content']!!}
@foreach ($items as $category)
@foreach ($category->projectICOs->take(3) as $key => $value) project @endforeach
{{ $category->title }} Total Projects: {{ $category->projectICOs->count() }}
Ongoing Projects (Ending Within) @php $status = $category->getProjectStatusCounts(); @endphp
7 days {{ $status['7days'] }}
1 month {{ $status['1month'] }}
Other {{ $status['other'] }}
{{ $status['upcoming'] }} Upcoming
{{ $status['ended'] }} Ended
@endforeach
{{-- ✅ Livewire pagination --}}
@if ($items->count() < $totalCount) @else @endif