@extends('layouts.app') @section('title', 'Automation Rules') @section('content')
Kelola aturan automasi sistem
{{ $rule->description }}
@endifTrigger Event
{{ $rule->trigger_event }}
Actions
Conditions
{{ json_encode($rule->conditions, JSON_PRETTY_PRINT) }}
Statistics
Executed: {{ $rule->execution_count }}x
@if($rule->last_executed_at)
Last: {{ $rule->last_executed_at->diffForHumans() }}
@endif
Belum ada automation rules
Buat Rule Pertama