@php $pipeline_colors = array_keys(getColorList()); @endphp @if($pipelines->count() > 0) @foreach($pipelines as $pipeline) @php $color = "primary"; if(in_array($pipeline->color, $pipeline_colors)): $color = $pipeline->color; endif; @endphp @endforeach @else

No pipelines are added.

Manage Pipelines
@endif
@if($pipelines->count() > 0) @if(!empty($attachTagPipeline)) @endif @endif