@lang('performance::app.initialValue')
{{ $keyResult->original_current_value !== null ? number_format((float) $keyResult->original_current_value, 2) : '--' }}
@lang('performance::app.currentValue')
{{ $keyResult->current_value !== null ? number_format((float) $keyResult->current_value, 2) : '--' }}
@lang('performance::app.targetValue')
{{ $keyResult->target_value !== null ? number_format((float) $keyResult->target_value, 2) : '--' }}