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