@php $pipelineColors = array_keys(getColorList()); @endphp @if($pipelines->count() > 0) @foreach($pipelines as $pipeline) @php $color = "primary"; if(in_array($pipeline->color, $pipelineColors)): $color = $pipeline->color; endif; @endphp @endforeach
Note: If any contacts are already assigned to a power dialer pipeline, they will be removed from that contact.
@else

No power dialer pipelines are added.

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