@if (Str::of($complexStatus)->startsWith('running'))
@elseif(Str::of($complexStatus)->startsWith('restarting'))
@elseif(Str::of($complexStatus)->startsWith('degraded'))
@else
@endif
@if (!str($complexStatus)->contains('exited') && $showRefreshButton)
@endif