@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"] }}
@if($option["workflow_md"]["tache_groupes"][$tache["id_vente_workflow_tache_groupe"]]->count() > 0 )
@foreach ($option["workflow_md"]["tache_groupes"][$tache["id_vente_workflow_tache_groupe"]] as $i => $sousTache)
value) text-green @else text-muted @endif" >{{ $sousTache["nom"] }}
@endforeach
@else
{{ $tache['info'] }}
@endif
@endforeach
@else
En attente de validation.
@endisset