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