@script
        
    @endscript
    Import Backup
    @if ($unsupported)
        Database restore is not supported.
    @else
        
            
            This is a destructive action, existing data will be replaced!
         
        @if (str(data_get($resource, 'status'))->startsWith('running'))
            @if ($resource->type() === 'standalone-postgresql')
                @if ($dumpAll)
                    
                @else
                    
                    
                        You can add "--clean" to drop objects before creating them, avoiding
                            conflicts.
                        You can add "--verbose" to log more things.
                    
                @endif
                
                    
                
            @elseif ($resource->type() === 'standalone-mysql')
                @if ($dumpAll)
                    
                @else
                    
                @endif
                
                    
                
            @elseif ($resource->type() === 'standalone-mariadb')
                @if ($dumpAll)
                    
                @else
                    
                @endif
                
                    
                
            @endif
            Backup File
            
            
                Or
            
            
            
            File Information
            
                Location:  / 
                Restore Backup
             
            
                
            
        @else
            Database must be running to restore a backup.
        @endif
    @endif