@foreach ($category->projectICOs->take(1) as $key => $value) {{ $category->title }} @endforeach
{{ $category->title }}

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

@php $status = $category->getProjectStatusCounts(); @endphp
Ongoing {{ @$status['other'] }}
Upcoming {{ @$status['upcoming'] }}
Ended {{ @$status['ended'] }}
See All Projects