{{ ucfirst($challenge->type) }}
{{ Carbon\Carbon::parse($challenge->start_date)->diffInDays($challenge->end_date) }} days
{{ Carbon\Carbon::parse($challenge->start_date)->format('F d, Y') }}
{{ Carbon\Carbon::parse($challenge->end_date)->format('F d, Y') }}
@if($challenge->is_points_prize)
Prize Information
{{ number_format($challenge->points_prize) }} Points will be awarded to winners
@if($challenge->prize_description)
{{ $challenge->prize_description }}
@endif
@endif