Bucket | Progress | @if($data && count($data) > 0) Pause Bucket @endif | Actions | |
---|---|---|---|---|
@php
$bucketStatus = $bucket->status == 0 ? 'text-white bg-danger' : 'bg-light-' . $bucketColor;
@endphp
{{ substr(ucfirst($bucket->bucket_name), 0, 1) }}
|
{{ $bucket->bucket_name }}
Created At: {{ formatDate($bucket->created_at, "dt", "default") }}{{ $bucket->last_attempt ? ' , Last Attempt: ' . formatDate($bucket->last_attempt, "dt", "default") : '' }}
bucket_{{ $bucket->bucket_id }}
|
{{ $bucketPercent > 0 ? $bucketPercent : 0 }}%
Contacts ({{ $contactAssigned }} / {{ $contactTotal }}) Duplicate({{ $contactDuplicate }} / {{ $contactTotal }})
|
is_pause == 1 ? 'checked' : '' }} />
|
Actions | No data found. | @endforelse