@extends('layouts.app-sidebar') @section('content')
Back to Timers

Create Timer

Add a new automated timer for {{ $tenant->channel_title }}

@csrf
@error('name')

{{ $message }}

@enderror

A friendly name to identify this timer

@error('message')

{{ $message }}

@enderror

The message that will be sent automatically

@error('interval_min')

{{ $message }}

@enderror

Min 5 minutes

@error('min_chat_lines')

{{ $message }}

@enderror

0 = no requirement

Dead Chat Protection: Timer won't fire until the required number of unique users have chatted. Same user chatting multiple times only counts once (within 5 minutes). Prevents spam in dead chat.

Cancel
@endsection