@extends('layouts.frontend') @section('title', trans('messages.Create_automation')) @section('page_script') @endsection @section('page_header')
@include('automations._head') @include('automations._steps', [ 'step' => 'recipients' ])
@endsection @section('content')
uid) }}" method="POST" class="form-validate-jqueryz"> {{ csrf_field() }} @include("automations._form")
@endsection