{{-- 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
{{-- Workflow Stages Visual Flow Builder --}}
{{ __('Approval Flow') }}

{{ __('Add stages below to define who handles this document and in what order. Link document types from the Document Types tab.') }}

{{-- Flow cards container --}}
{{-- Empty state --}}
{{ __('No stages yet — use the buttons below to build the flow.') }}
{{-- Add stage buttons --}}

{{ __('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.') }}