@extends('layouts.app') @section('title', 'Notification Rules') @section('content')
Email/SMS/push notifications configuration
| 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. | |||||