Files
fotospiel-app/resources/views/filament/super-admin/pages/integrations-health-dashboard.blade.php
Codex Agent fc3e6715db
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
Add integrations health monitoring
2026-01-02 18:35:12 +01:00

10 lines
248 B
PHP

@php
use Filament\Support\Icons\Heroicon;
@endphp
<x-filament-panels::page>
<x-filament::section :icon="Heroicon::InformationCircle">
{{ __('admin.integrations_health.help') }}
</x-filament::section>
</x-filament-panels::page>