@extends('layouts.popup.medium') @section('content')

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

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

{{ csrf_field() }} @if(View::exists('automation2.wizard.' . $trigger_type)) @include('automation2.wizard.' . $trigger_type) @endif
@endsection