@extends('layouts.app') @section('title', 'Create Reward Cycle') @push('styles') @endpush @section('content')

Create Cycle

Only one cycle can be active at a time. Creating a new cycle will fail if there is already an active one — close the current cycle first.
@csrf
@error('name')
{{ $message }}
@enderror
A descriptive name for this reward period.
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror
Cancel
@endsection