@if (str($service->status())->contains('running'))
Stop
This service will be stopped. Please think again.
@elseif (str($service->status())->contains('degraded'))
Stop
This service will be stopped. Please think again.
@elseif (str($service->status())->contains('exited'))
@else
Stop
This service will be stopped. Please think again.
@endif