@extends('layouts.app') @section('title', 'Reward Cycles') @push('styles') @endpush @section('content')
Manage 15-day feedback reward cycles.
| Name | Start Date | End Date | Duration | Status | Created By | Created | |
|---|---|---|---|---|---|---|---|
| {{ $cycle->name }} | {{ $cycle->start_date->format('d M Y') }} | {{ $cycle->end_date->format('d M Y') }} | {{ $cycle->start_date->diffInDays($cycle->end_date) }} days | @if($cycle->status === 'active') Active @else Closed @endif | {{ $cycle->createdBy?->name ?? '—' }} | {{ $cycle->created_at->format('d M Y') }} |
No reward cycles yet. Create the first one.