@php $step_tache = "Terminée"; @endphp @isset($option["workflow_md"]) @foreach ($option["workflow_md"]["tache_groupe"] as $key => $tache) @if ($step_tache === "En cours") @php $step_tache = "À venir"; @endphp @endif @if ($tache["id_vente_workflow_instance_tache_statut"] == App\Enums\Workflow\TaskStatus::EN_COURS->value) @php $step_tache = "En cours"; @endphp @endif
value) number-wf-active mt-3 @else mt-5 @endif">@if ($tache["id_vente_workflow_instance_tache_statut"] == App\Enums\Workflow\TaskStatus::EN_COURS->value)@endif @if(!$loop->last) value) line-wf-active @endif"> @endif
value) text-green @else text-muted @endif ">{{ $step_tache }} value) text-light @endif" >{{ $tache["nom"] }}
@endforeach @else En attente de validation. @endisset