@if ($lastDeploymentLink)
                
                    {{ str($status)->before(':')->headline() }}
                
            @else
                {{ str($status)->before(':')->headline() }}
            @endif
        
        @php
            $showUnhealthyHelper =
                !str($status)->startsWith('Proxy') &&
                !str($status)->contains('(') &&
                str($status)->contains('unhealthy');
        @endphp
        @if ($showUnhealthyHelper)