{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: health.blade.php
------------------------------------------------------
Use: Admin health page on the shared panel shell.
Skeleton for M0; the full comprehensive test
system is built out in M7.
=====================================================
--}}
@extends('layouts.admin')
@section('title', __('admin.health.title'))
@section('breadcrumb')
| {{ __('admin.health.check') }} | {{ __('admin.health.status') }} | {{ __('admin.health.detail') }} |
|---|---|---|
| {{ __("admin.health.checks.{$key}") }} | @if ($check['passing']) {{ __('admin.health.passing') }} @else {{ __('admin.health.failing') }} @endif | {{ $check['detail'] }} |
{{ __('admin.health.logs_empty') }}
@endforelse