@extends('layouts.app') @section('title', '{{ $rewardCycle->name }}') @push('styles') @endpush @section('content')
Reward cycle details and winner assignments.
@if($rewardCycle->status === 'active')
Winners will be assigned after the cycle closes.
View current standings
@else
No winners assigned for this cycle yet.
@endif
Closing this cycle is permanent. It will mark the cycle as closed so you can assign winners. A new cycle can then be created.