@extends('layouts.app') @section('title', $project . ' · QA Dashboard') @section('content') @if (in_array($project, ['ERP', 'CRM', 'SMPP'], true)) @include('partials.project-tabs', ['tabBase' => '/projects', 'tabActive' => $project, 'tabQuery' => $period ? '?period=' . $period : '']) @endif

← All projects

{{ $project }} @if ($period)· {{ $period }}@endif

{{ $breakdown['percent_complete'] }}% complete ({{ $breakdown['done'] }}/{{ $breakdown['total'] }}) @if ($breakdown['at_risk'])At risk@endif
@if (!empty($types))

By story type

@foreach ($types as $ty => $c) @endforeach
@endif

Members on {{ $project }}

@if (empty($members))

No assigned targets for this period.

@endif @foreach ($members as $email => $c) @endforeach
MemberProgressDoneRemainingTotal
{{ $c['done'] }}{{ $c['total'] - $c['done'] }}{{ $c['total'] }}
@if (!empty($members))@endif

Target stories

@if (count($targets))
@endif @if (count($targets))@endif
@endsection @push('scripts') @endpush