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