@include('automation2._back')

{{ trans('messages.automation.trigger.' . $key) }}

{!! trans('messages.automation.trigger.' . $key . '.intro') !!}

$automation->uid, 'key' => $key]) }}" method="POST" class="form-validate-jqueryz"> {{ csrf_field() }} @if(View::exists('automation2.trigger.' . $key)) @include('automation2.trigger.' . $key) @endif
@if (!in_array($key, ['say-goodbye-subscriber', 'welcome-new-subscriber', 'api-3-0'])) @endif {{ trans('messages.automation.trigger.change') }}