@props([ 'status' => 'Running', 'lastDeploymentInfo' => null, 'lastDeploymentLink' => null, ])
@if ($lastDeploymentLink) {{ str($status)->before(':')->headline() }} @else {{ str($status)->before(':')->headline() }} @endif
@if (!str($status)->startsWith('Proxy') && !str($status)->contains('(')) @if (str($status)->contains('unhealthy')) @endif @endif