{{ $project->issues()->count() }}
{{ $rate }}%
{{ $prediction->format('M d, Y') }}
Based on current team velocity
@elseData insufficient
@endifYour team's current average velocity is {{ round($project->issues()->where('status', 'done')->sum('story_points') / max(1, $project->sprints()->whereNotNull('ended_at')->count()), 1) }} story points per sprint.