$status == 'in_progress' || $status == 'queued', 'border-error hover:bg-error' => $status == 'error', 'border-success hover:bg-success' => $status == 'finished', ]) @if ($status === 'in_progress' || $status === 'queued') wire:poll.5000ms='polling' @endif href="{{ url()->current() }}/{{ $deployment_uuid }}" class="hover:no-underline">
{{ $status }}
{{ $created_at }}