Files
fotospiel-app/resources/views/filament/super-admin/pages/ops-health-dashboard.blade.php
Codex Agent 8b4950c79d
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
Refine ops health widget layout
2026-01-01 21:35:22 +01:00

10 lines
239 B
PHP

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