@extends("admin.layouts.app") @section("title", __("admin.notification_channels")) @section("content")
| {{ __('common.table.name') }} | {{ __('common.table.type') }} | {{ __('common.table.status') }} | {{ __('admin.notifications.rules') }} | {{ __('common.table.actions') }} |
|---|---|---|---|---|
| {{ $provider->name }} | @if($provider->type === 'email') Email @elseif($provider->type === 'slack') Slack @else Webhook @endif | @if($provider->active) {{ __('common.status.active') }} @else {{ __('common.status.inactive') }} @endif | {{ $provider->rules->count() }} {{ __('admin.notifications.rules_count') }} |
| {{ __('admin.notifications.event') }} | {{ __('admin.notifications.provider') }} | {{ __('common.table.status') }} | {{ __('common.table.actions') }} |
|---|---|---|---|
| {{ $rule->event }} | {{ $rule->provider_name }} ({{ $rule->provider_type }}) | @if($rule->active) {{ __('common.status.active') }} @else {{ __('common.status.inactive') }} @endif |