@extends('layouts.app') @section('title', 'Target · QA Dashboard') @section('content') ← Overview {{ $target->title }} Project{{ $target->project }} Owner Period{{ $target->quarter ?: '—' }}@if ($target->month) / {{ $target->month }}@endif Type Jira key{{ $target->jira_key ?: '—' }} Status Linked items @forelse ($links as $l) {{ strtoupper($l['kind']) }} · {{ $l['ref'] }} {{ $l['title'] ?: '—' }} {{ $l['status'] ?: '—' }} {{ $l['method'] }}@if ($l['confidence'] !== null) · {{ round($l['confidence']) }}%@endif @empty No linked source items. @endforelse @endsection
← Overview
No linked source items.