{{-- Shared partial: Workflow Template form fields Variables: $prefix — 'create' or 'edit' (used for unique element IDs) $wft — WorkflowTemplate model instance or null --}} @php $name = $wft->name ?? ''; $description = $wft->description ?? ''; $isActive = $wft->is_active ?? true; $steps = $wft->steps ?? []; @endphp
{{ __('Add stages below to define who handles this document and in what order. Link document types from the Document Types tab.') }}
{{ __('Add stages in the order you want. Organization stages route to the selected organization; vice rector stages require a selected vice rector; rector stages use the active rector.') }}