@extends('layouts.popup.small') @section('content')
{{ csrf_field() }}
@if(View::exists('automation2.action.' . $key)) @include('automation2.action.' . $key) @endif
{{ trans('messages.automation.trigger.select_confirm') }}
@endsection