@php use App\Enums\WorkFlow\ActionType; @endphp @extends('components.dashboard.layout.layout') @section('content') @include('components.alert')
Loading...
Preparing workflow form...
Back to Workflows
@csrf
Workflow Configuration

Set the workflow name and order, then optionally connect this workflow to child workflow steps.

Basic Information

Enter the workflow name and sorting position used in the CRM automation sequence.

Name *
Sort *
Workflow Relations

Select child workflows and define the action type connected to this workflow.

Select Children @foreach ($workflows as $workflow) @endforeach
Cancel
@endsection @push('scripts') @endpush