{{ strtoupper($challengeItem->status) }}
{{ $challengeItem->title }}
{{ $challengeItem->prompt }}
@endif @if($challengeItem->description){{ $challengeItem->description }}
@endif
{{ number_format((int) $challengeItem->entries_count) }} entries
{{ optional($challengeItem->starts_at)->format('M j, Y') ?: 'Open date TBD' }}
View challenge
@auth
@endauth