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