@extends('layouts.app') @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_minutes')

{{ $message }}

@enderror

How often this message should be sent (minimum 1 minute)

Cancel
@endsection