@extends('layouts.admin') @section('title', $task ? 'Edit Daily Reward' : 'Add Daily Reward') @section('content') ← Back

{{ $task ? 'Edit daily reward.' : 'Add daily reward.' }}

Define the task, reward, schedule, and completion requirements.

@csrf @if($task)@endif
Streak rewards
Cancel
@endsection