{{--

{{ $totalCount }}

{{ __('title.lbl_total_equipment') }}

--}}

{{ $operationalCount }}

{{ $totalCount > 0 ? round(($operationalCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_in_use') }}

{{ $underMaintenanceCount }}

{{ $totalCount > 0 ? round(($underMaintenanceCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_under_maintenance') }}

{{ $faultyCount }}

{{ $totalCount > 0 ? round(($faultyCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_faulty_defective') }}

{{ $notInUseCount }}

{{ $totalCount > 0 ? round(($notInUseCount / $totalCount) * 100) : 0 }}% {{ __('forms.lbl_not_in_use') }}