@extends('layouts.app') @section('title', 'Tambah Automation Rule') @section('content')

Tambah Automation Rule

Buat aturan automasi baru

← Kembali
@csrf
@error('name')

{{ $message }}

@enderror
@error('trigger_event')

{{ $message }}

@enderror

Format JSON. Contoh: {"priority": "critical", "has_location": true}

@error('conditions')

{{ $message }}

@enderror

Format JSON Array. Contoh: ["auto_dispatch", "capture_cctv", "notify_supervisor"]

@error('actions')

{{ $message }}

@enderror
Batal
@endsection