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