@extends('layouts.admin') @section('title', 'API Notifications') @section('page-title', 'API Notifications') @section('page-subtitle', 'Manage system notifications and alerts') @section('content')
Configure email and SMS providers for platform notifications
Provider: {{ ucfirst($provider->name) }}
Priority: {{ $provider->priority }}
@if($provider->last_tested_at)Last Tested: {{ $provider->last_tested_at->diffForHumans() }}
@if($provider->test_results)Test Result: {{ $provider->test_results['message'] }}
@endif @elseStatus: Not tested
@endifNo email providers configured. Add one to start sending email notifications.
Provider: {{ ucfirst($provider->name) }}
Priority: {{ $provider->priority }}
@if($provider->last_tested_at)Last Tested: {{ $provider->last_tested_at->diffForHumans() }}
@if($provider->test_results)Test Result: {{ $provider->test_results['message'] }}
@endif @elseStatus: Not tested
@endifNo SMS providers configured. Add one to start sending SMS notifications.