@extends('layouts.app') @section('title', 'Company Statistics: ' . $company->name) @section('content')
License Type
{{ $stats['license']['type'] }}
Status
{{ $stats['license']['status'] }}
Expiry Date
{{ $stats['license']['expiry_date'] }}
@if($stats['license']['days_until_expiry'] < 30){{ abs($stats['license']['days_until_expiry']) }} days {{ $stats['license']['is_expired'] ? 'expired' : 'remaining' }}
@endifTotal Users
{{ $stats['users']['total'] }}
Active Users
{{ $stats['users']['active'] }}
Usage
{{ $stats['users']['remaining'] }} remaining of {{ $stats['users']['limit'] }}
Inactive Users
{{ $stats['users']['inactive'] }}
Total Departments
{{ $stats['departments']['total'] }}
Active Departments
{{ $stats['departments']['active'] }}
Usage
{{ $stats['departments']['remaining'] }} remaining of {{ $stats['departments']['limit'] }}
Inactive Departments
{{ $stats['departments']['inactive'] }}
HSE Policies
{{ $hseMetrics['policies_count'] }}
Safety Standards
{{ $hseMetrics['standards_count'] }}
Certifications
{{ $hseMetrics['certifications_count'] }}
Compliance Score
{{ $hseMetrics['compliance_score'] }}%
Industry Type
{{ $hseMetrics['industry_type'] }}
Employee Count
{{ $hseMetrics['employee_count'] ?? 'N/A' }}