@extends('layouts.frontend') @section('title', trans('messages.Automation') . " - " . trans('messages.recipients')) @section('page_script') @endsection @section('page_header')
@include('automations._head') @include('automations._steps', [ 'step' => 'workflow' ])
@endsection @section('content')
1
{{ trans('messages.trigger_workflow_when_the_following_conditions_are_met') }}
{!! $first_event->displayMessage() !!}
@if (isset($first_event->id)) @else {{ trans('messages.set_trigger') }} @endif


@foreach ($automation->getFollowUpEvents() as $key => $auto_event) @include("auto_events.show") @endforeach

{{ trans('messages.add_event') }}

{{ trans('messages.review_and_confirm') }}
@endsection