@extends('layouts.company') @section('content')
| Sl No | Challenge Name | Challenge For | Start Date | End Date | Total Challenge User | Active Challenge User | Progress |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $challenge->name }} | {{ $challenge->challengeFor }} | {{ $challenge->start_date->format('M d, Y') }} | {{ $challenge->end_date->format('M d, Y') }} | {{ $challenge->total_users }} | {{ $challenge->active_users }} |
|