@if (str($service->status())->contains('running'))
Stop
This service will be stopped. And all none persitant data will be deleted (Containers, Networks, Unused Images).
Please think again.
@elseif (str($service->status())->contains('degraded'))
Stop
This service will be stopped. And all none persitant data will be deleted (Containers, Networks, Unused Images).
Please think again.
@elseif (str($service->status())->contains('exited'))
@else
Stop
This service will be stopped. And all none persitant data will be deleted (Containers, Networks, Unused Images).
Please think again.
@endif