@if (count($mapItem['cases']))
@foreach ($mapItem['cases'] as $c)
@php $d = $c['status']==='PASS'?'p':($c['status']==='FAIL'?'f':($c['status']==='SKIP'?'s':'')); @endphp
{{ $c['name'] }}✕
@endforeach
@else
No test cases linked yet.
@endif
@forelse ($picker as $c)
@empty
No matching unlinked test cases.
@endforelse
@if ($pickerTotal > count($picker))
Showing {{ count($picker) }} of {{ $pickerTotal }} — refine your search.
@endif