@if ($type === 'application')

Execute Command

@elseif ($type === 'database')

Execute Command

@elseif ($type === 'service')

Execute Command

@endif @if (count($containers) > 0)
@foreach ($containers as $container) @endforeach Run
@else
No containers are not running.
@endif