@extends('layouts.app') @section('title', 'Notification Rules') @section('content')

Notification Rules

Email/SMS/push notifications configuration

New Rule
Reset
@forelse($rules as $rule) @empty @endforelse
Name Trigger Type Channel Days Before Status Actions
{{ $rule->name }} {{ ucfirst(str_replace('_', ' ', $rule->trigger_type)) }} {{ ucfirst($rule->notification_channel) }} {{ $rule->days_before ?? 'N/A' }} {{ $rule->is_active ? 'Active' : 'Inactive' }} View Edit
No rules found.
{{ $rules->links() }}
@endsection