@extends('central.super.layout') @section('title', __('super.logs_health.tenant_history')) @push('styles') @endpush @section('content') @php $tenantName = $tenant->company_name ?? $tenant->id; @endphp
{{ __('super.logs_health.tenant_history_subtitle', ['tenant' => $tenantName]) }}
{{ number_format($stats['total']) }}
{{ __('super.logs_health.total_logs') }}
{{ number_format($stats['unresolved']) }}
{{ __('super.logs_health.unresolved') }}
{{ number_format($stats['critical']) }}
{{ __('super.logs_health.critical') }}