@if(property_exists($test, 'workflow'))
@if($test->hasStep('complete'))
@endif
@if($test->hasStep('verify'))
@endif
@if($test->hasStep('approve'))
@endif
@if($test->hasStep('publish'))
@endif
@if($test->hasStep('unpublish'))
@endif
@if($test->hasStep('archive'))
@endif
@endif