@if ($keyResult->metrics)
@endif
@if ($keyResult->metrics)
@endif
@if ($keyResult->current_value !== null)
@endif
@if ($keyResult->target_value !== null)
@endif
@lang('performance::app.checkIns') |
@lang('performance::app.keyResultsTitle') |
@lang('performance::app.progressUpdate') |
@lang('performance::app.currentValue') |
@lang('performance::app.confidenceLevel') |
@lang('performance::app.checkInDate') |
@if (count($keyResult->checkIns) > 0)
@foreach ($keyResult->checkIns as $check => $checkIn)
{{ $checkIn->keyResult ? $checkIn->keyResult->title : '--' }} |
{{ $checkIn->progress_update ?: '--' }} |
{{ $checkIn->current_value !== null ? number_format((float)$checkIn->current_value, 2) : '--' }} |
{{ $checkIn->confidence_level ? __('performance::app.' . $checkIn->confidence_level) : '--' }}
|
{{ $checkIn->check_in_date ? \Carbon\Carbon::parse($checkIn->check_in_date)?->translatedFormat($company->date_format) : '--' }} |
@endforeach
@elseif (count($keyResult->checkIns) == 0)
|
@endif