{{ trans('messages.automation.action.set_up_your_condition') }}

{{ trans('messages.automation.action.condition.intro') }}

@include('helpers.form_control', [ 'type' => 'select', 'class' => '', 'label' => 'Select criterion', 'name' => 'type', 'value' => $element->getOption('type'), 'help_class' => 'trigger', 'options' => [ ['text' => 'Subscriber read an Email', 'value' => 'open'], ['text' => 'Subscriber clicks on a Link', 'value' => 'click'] ], 'rules' => [], ])