diff --git a/resources/views/filament/pages/health.blade.php b/resources/views/filament/pages/health.blade.php index c86ac4730..1f53b9419 100644 --- a/resources/views/filament/pages/health.blade.php +++ b/resources/views/filament/pages/health.blade.php @@ -1,20 +1,10 @@ - @php - $getId = fn () => 'health-results-grid'; - @endphp @if (count($checkResults?->storedCheckResults ?? [])) - - +
@foreach ($checkResults->storedCheckResults as $result) -
-
- +
+
+
@@ -30,12 +20,11 @@
@endforeach - +
@endif @if ($lastRanAt) -
+
{{ trans('admin/health.checked', ['time' => $lastRanAt->diffForHumans()]) }}
@endif