Transitions
@foreach ($workflows->filter(fn ($workflow) => ! in_array($workflow->action_type, ['not_interested_reasons', 'reschedule_call'])) as $workflow)
@endforeach
@foreach ($workflows->whereIn('action_type', ['not_interested_reasons', 'reschedule_call']) as $workflow)
@endforeach
@endcan