@if ( isset($edit) && $edit )
@include('workflow::workflows.criteriables.single_criteria_row', [ 'criteria' => null ])
@include('workflow::workflows.criteriables.criteria_row', [ 'criteria' => null ])
@if (isset($existing) && $existing) @if (isset($firstCriteria) && $firstCriteria) @include('workflow::workflows.criteriables.single_criteria_row') @else @include('workflow::workflows.criteriables.criteria_row') @endif @endif @else
@include('workflow::workflows.criteriables.single_criteria_row')
@include('workflow::workflows.criteriables.criteria_row')
@endif