@extends('layouts.app') @section('title', 'Stories · QA Dashboard') @section('content')
@php $bits = []; if ($type) $bits[] = $type; if ($status) $bits[] = $status; if ($project) $bits[] = $project; if ($owner) $bits[] = $owner; @endphp

Stories @if ($bits)· {{ implode(' · ', $bits) }}@endif

{{ count($targets) }} stories
@if (count($targets))@endif
@endsection