{{$testSuite->title}}
@foreach($testSuite->testCases->sortBy('order') as $testCase)
@if($testCase->automated) @else @endif {{$prefix}}-{{$testCase->id}} {{$testCase->title}}
@endforeach
@foreach($testSuite->children as $testSuite) @include('test_plan.tree_item') @endforeach