@if ($type === 'application')
        Execute Command
        
        Command Details
        Run any one-shot command inside a container.
    @elseif ($type === 'database')
        Execute Command
        
        Command Details
        Run any one-shot command inside a container.
    @elseif ($type === 'service')
        Execute Command
    @endif
    
        
            Loading containers...
        
        
            @if (count($containers) > 0)
                
            @else
                
No containers are not running.
            @endif