Rolling reward challenges based on completed orders in last X days.
| Challenge | Window | Target | Reward | Type | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $plan->challenge_name }}
@if($plan->start_date || $plan->end_date)
{{ $plan->start_date?->format('d M Y') ?? '—' }} → {{ $plan->end_date?->format('d M Y') ?? '—' }}
@else
Always available
@endif
|
{{ $plan->days_window }} days | ₹{{ number_format((float) $plan->target_amount, 2) }} | ₹{{ number_format((float) $plan->reward_amount, 2) }} |
{{ strtoupper($plan->reward_type) }}
@if($plan->reward_type === 'coupon' && $plan->reward_code)
Code: {{ $plan->reward_code }}
@endif
|
@if($plan->status === 'active') Active @else Inactive @endif | Edit @if($plan->status !== 'active') @endif |
| No reward plans found. | ||||||