@foreach ($option["workflow_md"]["tache_groupe"] as $key => $tache)
@if ($tache["id_vente_workflow_instance_tache_statut"] == App\Enums\Workflow\TaskStatus::EN_COURS->value)
@if($tache["nom"] == "Délai SRU")
@php
$hubspot = "step_reservation_signee";
@endphp
@endif
@if($tache["nom"] == "Signature de l'acte")
@php
$hubspot = "step_signature_acte";
@endphp
@endif
@endif
value) style="display:none" @endif @if ($tache["id_vente_workflow_instance_tache_statut"] != App\Enums\Workflow\TaskStatus::EN_COURS->value) style="display:none" @endif>
{{ $tache["nom"] }}
{{ $tache["info"] }}
@isset($tache["vente_workflow_instance_tache_nom"])
{{ $tache["vente_workflow_instance_tache_nom"] }}
@endisset
@isset($tache["vente_workflow_instance_tache_explications_client"])
{{ $tache["vente_workflow_instance_tache_explications_client"] }}
@endisset
{{-- @isset($tache["vente_workflow_instance_tache_explications_autre"])
{!! $tache["vente_workflow_instance_tache_explications_autre"] !!}
@endisset --}}
@isset($tache['id_vente_workflow_tache_type'])
@endisset