{{ __('title.lbl_total_equipment') }}
{{ $totalCount > 0 ? round(($operationalCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_in_use') }}
{{ $totalCount > 0 ? round(($underMaintenanceCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_under_maintenance') }}
{{ $totalCount > 0 ? round(($faultyCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_faulty_defective') }}
{{ $totalCount > 0 ? round(($notInUseCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_not_in_use') }}