@if (!$application->destination->server->isSwarm())
        
            
        
    @endif
    
        
    
    
        
    
    
    
    @if ($application->build_pack === 'dockercompose' && is_null($application->docker_compose_raw))
        Please load a Compose file.
    @else
        @if (!$application->destination->server->isSwarm())
            
        @endif
        @if ($application->status !== 'exited')
            @if (!$application->destination->server->isSwarm())
                
            @endif
            @if ($application->build_pack !== 'dockercompose')
                @if ($application->destination->server->isSwarm())
                    
                @else
                    
                @endif
                {{-- @if (isDev())
                    
                @endif --}}
            @endif
            
        @else
            
            {{-- @if (isDev())
                
            @endif --}}
        @endif
    @endif