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