@push('styles') @endpush
@lang('app.addedBy')
@lang('performance::app.totalKeyResults')
@lang('performance::app.priority')
@if ($objective->priority) {{ __('performance::app.' . $objective->priority) }} @else -- @endif@lang('performance::app.checkInFrequency')
{{ $objective->check_in_frequency ? __('app.' . $objective->check_in_frequency) : '--' }}@lang('app.date')
@lang('app.description')
@if(strlen($objective->description) > 500){!! nl2br(Illuminate\Support\Str::limit($objective->description, 500, '...')) !!} @lang('performance::app.viewMore')
@else{!! !empty($objective->description) ? nl2br($objective->description) : '--' !!}
@endif{!! nl2br(Illuminate\Support\Str::limit($keyResult->description, 100, '...')) !!} @lang('performance::app.viewMore')
@else{!! !empty($keyResult->description) ? nl2br($keyResult->description) : '--' !!}
@endif{{ count($keyResult->checkIns) }}
{{ $keyResult->created_at ? \Carbon\Carbon::parse($keyResult->created_at)->translatedFormat(company()->date_format) : '--'}}
{{ $keyResult->last_check_in ? \Carbon\Carbon::parse($keyResult->last_check_in)->translatedFormat(company()->date_format) : '--'}}
{{ $checkIn->current_value }}
@if($checkIn->confidence_level) {{ __('performance::app.' . $checkIn->confidence_level) }} @else {{ '--' }} @endif
{{ $checkIn->check_in_date ? \Carbon\Carbon::parse($checkIn->check_in_date)->translatedFormat(company()->date_format) : '--' }}
{{ $checkIn->progress_update ? $checkIn->progress_update : '--' }}
{{ $checkIn->barriers ? $checkIn->barriers : '--' }}