@php use App\Enums\WorkFlow\ActionType; $selectedChildrenIds = collect(old('children', $flow->children ?? [])) ->map(fn ($id) => (string) $id); $selectedActionType = old('action_type', $flow->action_type); @endphp @extends('components.dashboard.layout.layout') @section('content') @include('components.alert')