{{ __('Send automated follow-up emails on a schedule.') }}
{{ $message }}
@enderror{{ __('No steps yet. Add your first step to start building the drip sequence.') }}
{{ $step['action_data']['subject'] ?? __('No subject') }}
{{ strip_tags($step['action_data']['body'] ?? '') ?: __('No body content') }}
@elseif($step['action_type'] === 'add_tag')Add tag: {{ $step['action_data']['tag_name'] ?? '—' }}
@elseif($step['action_type'] === 'remove_tag')Remove tag: {{ $step['action_data']['tag_name'] ?? '—' }}
@elseif($step['action_type'] === 'update_field')Set {{ $step['action_data']['field'] ?? 'field' }} to {{ $step['action_data']['value'] ?? '—' }}
@endif{{ $message }}
@enderror